Package antlr.actions.python
Interface CodeLexerTokenTypes
-
- All Known Implementing Classes:
CodeLexer
public interface CodeLexerTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONstatic intCOMMENTstatic intEOFstatic intIGNWSstatic intML_COMMENTstatic intNULL_TREE_LOOKAHEADstatic intSL_COMMENTstatic intSTUFF
-
-
-
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
-
-