Interface ActionEvaluatorTokenTypes
-
- All Known Implementing Classes:
ActionEvaluator
public interface ActionEvaluatorTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description 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_elseif
static int
LITERAL_first
static int
LITERAL_last
static int
LITERAL_length
static int
LITERAL_rest
static int
LITERAL_strip
static int
LITERAL_super
static int
LITERAL_trunc
static int
LPAREN
static int
MULTI_APPLY
static int
NESTED_ANONYMOUS_TEMPLATE
static int
NOT
static int
NOTHING
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
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
APPLY
static final int APPLY
- See Also:
- Constant Field Values
-
MULTI_APPLY
static final int MULTI_APPLY
- See Also:
- Constant Field Values
-
ARGS
static final int ARGS
- See Also:
- Constant Field Values
-
INCLUDE
static final int INCLUDE
- See Also:
- Constant Field Values
-
CONDITIONAL
static final int CONDITIONAL
- See Also:
- Constant Field Values
-
VALUE
static final int VALUE
- See Also:
- Constant Field Values
-
TEMPLATE
static final int TEMPLATE
- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
-
SINGLEVALUEARG
static final int SINGLEVALUEARG
- See Also:
- Constant Field Values
-
LIST
static final int LIST
- See Also:
- Constant Field Values
-
NOTHING
static final int NOTHING
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- 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
-
LITERAL_elseif
static final int LITERAL_elseif
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
LITERAL_first
static final int LITERAL_first
- See Also:
- Constant Field Values
-
LITERAL_rest
static final int LITERAL_rest
- See Also:
- Constant Field Values
-
LITERAL_last
static final int LITERAL_last
- See Also:
- Constant Field Values
-
LITERAL_length
static final int LITERAL_length
- See Also:
- Constant Field Values
-
LITERAL_strip
static final int LITERAL_strip
- See Also:
- Constant Field Values
-
LITERAL_trunc
static final int LITERAL_trunc
- See Also:
- Constant Field Values
-
LITERAL_super
static final int LITERAL_super
- See Also:
- Constant Field Values
-
ANONYMOUS_TEMPLATE
static final int ANONYMOUS_TEMPLATE
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
-
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
-
DOTDOTDOT
static final int DOTDOTDOT
- See Also:
- Constant Field Values
-
TEMPLATE_ARGS
static final int TEMPLATE_ARGS
- See Also:
- Constant Field Values
-
NESTED_ANONYMOUS_TEMPLATE
static final int NESTED_ANONYMOUS_TEMPLATE
- See Also:
- Constant Field Values
-
ESC_CHAR
static final int ESC_CHAR
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
WS_CHAR
static final int WS_CHAR
- See Also:
- Constant Field Values
-
-