Package antlr.actions.python
Interface CodeLexerTokenTypes
-
- All Known Implementing Classes:
CodeLexer
public interface CodeLexerTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION
static int
COMMENT
static int
EOF
static int
IGNWS
static int
ML_COMMENT
static int
NULL_TREE_LOOKAHEAD
static int
SL_COMMENT
static int
STUFF
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
ACTION
static final int ACTION
- See Also:
- Constant Field Values
-
STUFF
static final int STUFF
- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
-
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
-
IGNWS
static final int IGNWS
- See Also:
- Constant Field Values
-
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
-
-