antlr.actions.cpp
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

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

ACTION

static final int ACTION
See Also:
Constant Field Values

STUFF

static final int STUFF
See Also:
Constant Field Values

AST_ITEM

static final int AST_ITEM
See Also:
Constant Field Values

TEXT_ITEM

static final int TEXT_ITEM
See Also:
Constant Field Values

TREE

static final int TREE
See Also:
Constant Field Values

TREE_ELEMENT

static final int TREE_ELEMENT
See Also:
Constant Field Values

AST_CONSTRUCTOR

static final int AST_CONSTRUCTOR
See Also:
Constant Field Values

AST_CTOR_ELEMENT

static final int AST_CTOR_ELEMENT
See Also:
Constant Field Values

ID_ELEMENT

static final int ID_ELEMENT
See Also:
Constant Field Values

TEXT_ARG

static final int TEXT_ARG
See Also:
Constant Field Values

TEXT_ARG_ELEMENT

static final int TEXT_ARG_ELEMENT
See Also:
Constant Field Values

TEXT_ARG_ID_ELEMENT

static final int TEXT_ARG_ID_ELEMENT
See Also:
Constant Field Values

ARG

static final int ARG
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

VAR_ASSIGN

static final int VAR_ASSIGN
See Also:
Constant Field Values

COMMENT

static final int COMMENT
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

CHAR

static final int CHAR
See Also:
Constant Field Values

STRING

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

INT

static final int INT
See Also:
Constant Field Values

INT_OR_FLOAT

static final int INT_OR_FLOAT
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values