antlr.actions.java
Interface ActionLexerTokenTypes

All Known Implementing Classes:
ActionLexer

public interface ActionLexerTokenTypes


Field Summary
static int ACTION
           
static int ARG
           
static int AST_CONSTRUCTOR
           
static int AST_CTOR_ELEMENT
           
static int AST_ITEM
           
static int CHAR
           
static int COMMENT
           
static int DIGIT
           
static int EOF
           
static int ESC
           
static int ID
           
static int ID_ELEMENT
           
static int INT
           
static int INT_OR_FLOAT
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int SL_COMMENT
           
static int STRING
           
static int STUFF
           
static int TEXT_ARG
           
static int TEXT_ARG_ELEMENT
           
static int TEXT_ARG_ID_ELEMENT
           
static int TEXT_ITEM
           
static int TREE
           
static int TREE_ELEMENT
           
static int VAR_ASSIGN
           
static int WS
           
 

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

AST_ITEM

public static final int AST_ITEM
See Also:
Constant Field Values

TEXT_ITEM

public static final int TEXT_ITEM
See Also:
Constant Field Values

TREE

public static final int TREE
See Also:
Constant Field Values

TREE_ELEMENT

public static final int TREE_ELEMENT
See Also:
Constant Field Values

AST_CONSTRUCTOR

public static final int AST_CONSTRUCTOR
See Also:
Constant Field Values

AST_CTOR_ELEMENT

public static final int AST_CTOR_ELEMENT
See Also:
Constant Field Values

ID_ELEMENT

public static final int ID_ELEMENT
See Also:
Constant Field Values

TEXT_ARG

public static final int TEXT_ARG
See Also:
Constant Field Values

TEXT_ARG_ELEMENT

public static final int TEXT_ARG_ELEMENT
See Also:
Constant Field Values

TEXT_ARG_ID_ELEMENT

public static final int TEXT_ARG_ID_ELEMENT
See Also:
Constant Field Values

ARG

public static final int ARG
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

VAR_ASSIGN

public static final int VAR_ASSIGN
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

ML_COMMENT

public static final int ML_COMMENT
See Also:
Constant Field Values

CHAR

public static final int CHAR
See Also:
Constant Field Values

STRING

public static final int STRING
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

INT

public static final int INT
See Also:
Constant Field Values

INT_OR_FLOAT

public static final int INT_OR_FLOAT
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values