Interface ActionEvaluatorTokenTypes
-
- All Known Implementing Classes:
ActionEvaluator
public interface ActionEvaluatorTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intANONYMOUS_TEMPLATEstatic intAPPLYstatic intARGSstatic intASSIGNstatic intCOLONstatic intCOMMAstatic intCONDITIONALstatic intDOTstatic intDOTDOTDOTstatic intEOFstatic intESC_CHARstatic intFUNCTIONstatic intIDstatic intINCLUDEstatic intINTstatic intLBRACKstatic intLISTstatic intLITERAL_elseifstatic intLITERAL_firststatic intLITERAL_laststatic intLITERAL_lengthstatic intLITERAL_reststatic intLITERAL_stripstatic intLITERAL_superstatic intLITERAL_truncstatic intLPARENstatic intMULTI_APPLYstatic intNESTED_ANONYMOUS_TEMPLATEstatic intNOTstatic intNOTHINGstatic intNULL_TREE_LOOKAHEADstatic intPLUSstatic intRBRACKstatic intRPARENstatic intSEMIstatic intSINGLEVALUEARGstatic intSTRINGstatic intTEMPLATEstatic intTEMPLATE_ARGSstatic intVALUEstatic intWSstatic intWS_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
-
-