antlr.actions.python
Interface CodeLexerTokenTypes

All Known Implementing Classes:
CodeLexer

public interface CodeLexerTokenTypes


Field Summary
static int ACTION
           
static int COMMENT
           
static int EOF
           
static int IGNWS
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int SL_COMMENT
           
static int STUFF
           
 

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

ACTION

public static final int ACTION
See Also:
Constant Field Values

STUFF

public static final int STUFF
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

SL_COMMENT

public static final int SL_COMMENT
See Also:
Constant Field Values

IGNWS

public static final int IGNWS
See Also:
Constant Field Values

ML_COMMENT

public static final int ML_COMMENT
See Also:
Constant Field Values