Interface JsltParserConstants
-
- All Known Implementing Classes:
JsltParser
,JsltParserTokenManager
public interface JsltParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AND
RegularExpression Id.static int
AS
RegularExpression Id.static int
ASSIGN
RegularExpression Id.static int
BIGGER
RegularExpression Id.static int
BIGOREQ
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
DECIMAL
RegularExpression Id.static int
DEF
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DOT
RegularExpression Id.static int
ELSE
RegularExpression Id.static int
EOF
End of File.static int
EQUALS
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FOR
RegularExpression Id.static int
IDENT
RegularExpression Id.static int
IF
RegularExpression Id.static int
IMPORT
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
LBRACKET
RegularExpression Id.static int
LCURLY
RegularExpression Id.static int
LET
RegularExpression Id.static int
LPAREN
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
NULL
RegularExpression Id.static int
OR
RegularExpression Id.static int
PIDENT
RegularExpression Id.static int
PIPE
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
RBRACKET
RegularExpression Id.static int
RCURLY
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
SINGLE_LINE_COMMENT
RegularExpression Id.static int
SLASH
RegularExpression Id.static int
SMALLER
RegularExpression Id.static int
SMALLOREQ
RegularExpression Id.static int
STAR
RegularExpression Id.static int
STRING
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
UNEQUALS
RegularExpression Id.static int
VARIABLE
RegularExpression 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.
-
-