Interface JsltParserConstants
-
- All Known Implementing Classes:
JsltParser,JsltParserTokenManager
public interface JsltParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANDRegularExpression Id.static intASRegularExpression Id.static intASSIGNRegularExpression Id.static intBIGGERRegularExpression Id.static intBIGOREQRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDECIMALRegularExpression Id.static intDEFRegularExpression Id.static intDEFAULTLexical state.static intDOTRegularExpression Id.static intELSERegularExpression Id.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intFALSERegularExpression Id.static intFORRegularExpression Id.static intIDENTRegularExpression Id.static intIFRegularExpression Id.static intIMPORTRegularExpression Id.static intINTEGERRegularExpression Id.static intLBRACKETRegularExpression Id.static intLCURLYRegularExpression Id.static intLETRegularExpression Id.static intLPARENRegularExpression Id.static intMINUSRegularExpression Id.static intNULLRegularExpression Id.static intORRegularExpression Id.static intPIDENTRegularExpression Id.static intPIPERegularExpression Id.static intPLUSRegularExpression Id.static intRBRACKETRegularExpression Id.static intRCURLYRegularExpression Id.static intRPARENRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSLASHRegularExpression Id.static intSMALLERRegularExpression Id.static intSMALLOREQRegularExpression Id.static intSTARRegularExpression Id.static intSTRINGRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intUNEQUALSRegularExpression Id.static intVARIABLERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
LCURLY
static final int LCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
LET
static final int LET
RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
UNEQUALS
static final int UNEQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
BIGOREQ
static final int BIGOREQ
RegularExpression Id.- See Also:
- Constant Field Values
-
BIGGER
static final int BIGGER
RegularExpression Id.- See Also:
- Constant Field Values
-
SMALLER
static final int SMALLER
RegularExpression Id.- See Also:
- Constant Field Values
-
SMALLOREQ
static final int SMALLOREQ
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
DEF
static final int DEF
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int AS
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
RegularExpression Id.- See Also:
- Constant Field Values
-
PIDENT
static final int PIDENT
RegularExpression Id.- See Also:
- Constant Field Values
-
VARIABLE
static final int VARIABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-