antlr
Interface ANTLRTokdefParserTokenTypes
- All Known Implementing Classes:
- ANTLRTokdefLexer, ANTLRTokdefParser
public interface ANTLRTokdefParserTokenTypes
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