antlr
Interface ANTLRTokdefParserTokenTypes

All Known Implementing Classes:
ANTLRTokdefLexer, ANTLRTokdefParser

public interface ANTLRTokdefParserTokenTypes


Field Summary
static int ASSIGN
           
static int DIGIT
           
static int EOF
           
static int ESC
           
static int ID
           
static int INT
           
static int LPAREN
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int RPAREN
           
static int SL_COMMENT
           
static int STRING
           
static int WS
           
static int XDIGIT
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

ASSIGN

public static final int ASSIGN
See Also:
Constant Field Values

LPAREN

public static final int LPAREN
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

SL_COMMENT

public static final int SL_COMMENT
See Also:
Constant Field Values

ML_COMMENT

public static final int ML_COMMENT
See Also:
Constant Field Values

ESC

public static final int ESC
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

XDIGIT

public static final int XDIGIT
See Also:
Constant Field Values