org.antlr.stringtemplate.language
Interface ActionEvaluatorTokenTypes

All Known Implementing Classes:
ActionEvaluator

public interface ActionEvaluatorTokenTypes


Field Summary
static int ANONYMOUS_TEMPLATE
           
static int APPLY
           
static int ARGS
           
static int ASSIGN
           
static int COLON
           
static int COMMA
           
static int CONDITIONAL
           
static int DOT
           
static int DOTDOTDOT
           
static int EOF
           
static int ESC_CHAR
           
static int FUNCTION
           
static int ID
           
static int INCLUDE
           
static int INT
           
static int LBRACK
           
static int LIST
           
static int LITERAL_first
           
static int LITERAL_last
           
static int LITERAL_rest
           
static int LITERAL_separator
           
static int LITERAL_super
           
static int LPAREN
           
static int MULTI_APPLY
           
static int NESTED_ANONYMOUS_TEMPLATE
           
static int NOT
           
static int NULL_TREE_LOOKAHEAD
           
static int PLUS
           
static int RBRACK
           
static int RPAREN
           
static int SEMI
           
static int SINGLEVALUEARG
           
static int STRING
           
static int TEMPLATE
           
static int TEMPLATE_ARGS
           
static int VALUE
           
static int WS
           
static int WS_CHAR
           
 

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

APPLY

public static final int APPLY
See Also:
Constant Field Values

MULTI_APPLY

public static final int MULTI_APPLY
See Also:
Constant Field Values

ARGS

public static final int ARGS
See Also:
Constant Field Values

INCLUDE

public static final int INCLUDE
See Also:
Constant Field Values

CONDITIONAL

public static final int CONDITIONAL
See Also:
Constant Field Values

VALUE

public static final int VALUE
See Also:
Constant Field Values

TEMPLATE

public static final int TEMPLATE
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
See Also:
Constant Field Values

SINGLEVALUEARG

public static final int SINGLEVALUEARG
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

SEMI

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

LITERAL_separator

public static final int LITERAL_separator
See Also:
Constant Field Values

ASSIGN

public static final int ASSIGN
See Also:
Constant Field Values

COLON

public static final int COLON
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

PLUS

public static final int PLUS
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

LITERAL_first

public static final int LITERAL_first
See Also:
Constant Field Values

LITERAL_rest

public static final int LITERAL_rest
See Also:
Constant Field Values

LITERAL_last

public static final int LITERAL_last
See Also:
Constant Field Values

LITERAL_super

public static final int LITERAL_super
See Also:
Constant Field Values

ANONYMOUS_TEMPLATE

public static final int ANONYMOUS_TEMPLATE
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

LBRACK

public static final int LBRACK
See Also:
Constant Field Values

RBRACK

public static final int RBRACK
See Also:
Constant Field Values

DOTDOTDOT

public static final int DOTDOTDOT
See Also:
Constant Field Values

TEMPLATE_ARGS

public static final int TEMPLATE_ARGS
See Also:
Constant Field Values

NESTED_ANONYMOUS_TEMPLATE

public static final int NESTED_ANONYMOUS_TEMPLATE
See Also:
Constant Field Values

ESC_CHAR

public static final int ESC_CHAR
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

WS_CHAR

public static final int WS_CHAR
See Also:
Constant Field Values