Package antlr
Interface ANTLRTokdefParserTokenTypes
-
- All Known Implementing Classes:
ANTLRTokdefLexer,ANTLRTokdefParser
public interface ANTLRTokdefParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intASSIGNstatic intDIGITstatic intEOFstatic intESCstatic intIDstatic intINTstatic intLPARENstatic intML_COMMENTstatic intNULL_TREE_LOOKAHEADstatic intRPARENstatic intSL_COMMENTstatic intSTRINGstatic intWSstatic intXDIGIT
-
-
-
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
-
ID
static final int ID
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
-
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
XDIGIT
static final int XDIGIT
- See Also:
- Constant Field Values
-
-