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

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