Interface Ecmascript5ParserConstants
-
- All Known Implementing Classes:
Ecmascript5ParserTokenManager
public interface Ecmascript5ParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEFAULT
RegularExpression Id.static int
ANDASSIGN
RegularExpression Id.static int
ASSIGN
RegularExpression Id.static int
BACKTICK_STRING_LITERAL_BODY
RegularExpression Id.static int
BANG
RegularExpression Id.static int
BIT_AND
RegularExpression Id.static int
BIT_OR
RegularExpression Id.static int
BOM
RegularExpression Id.static int
BREAK
RegularExpression Id.static int
CASE
RegularExpression Id.static int
CATCH
RegularExpression Id.static int
CLASS
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
CONST
RegularExpression Id.static int
CONTINUE
RegularExpression Id.static int
CR
RegularExpression Id.static int
DEBUGGER
RegularExpression Id.static int
DECIMAL_LITERAL
RegularExpression Id.static int
DECR
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DELETE
RegularExpression Id.static int
DO
RegularExpression Id.static int
DOT
RegularExpression Id.static int
DOUBLE_STRING_LITERAL_BODY
RegularExpression Id.static int
ELSE
RegularExpression Id.static int
ENUM
RegularExpression Id.static int
EOF
End of File.static int
EOL
RegularExpression Id.static int
EQ
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
EXPORT
RegularExpression Id.static int
EXTENDS
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FF
RegularExpression Id.static int
FINALLY
RegularExpression Id.static int
FLOATING_POINT_LITERAL
RegularExpression Id.static int
FOR
RegularExpression Id.static int
FUNCTION
RegularExpression Id.static int
GE
RegularExpression Id.static int
GET
RegularExpression Id.static int
GT
RegularExpression Id.static int
HEX_DIGIT
RegularExpression Id.static int
HEX_LITERAL
RegularExpression Id.static int
HOOK
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IDENTIFIER_PART
RegularExpression Id.static int
IDENTIFIER_START
RegularExpression Id.static int
IF
RegularExpression Id.static int
IMPORT
RegularExpression Id.static int
IN
RegularExpression Id.static int
IN_JS_DOC_COMMENT
Lexical state.static int
IN_MULTI_LINE_COMMENT
Lexical state.static int
INCR
RegularExpression Id.static int
INSTANCEOF
RegularExpression Id.static int
JS_DOC_COMMENT
RegularExpression Id.static int
LBRACE
RegularExpression Id.static int
LBRACKET
RegularExpression Id.static int
LE
RegularExpression Id.static int
LET
RegularExpression Id.static int
LF
RegularExpression Id.static int
LPAREN
RegularExpression Id.static int
LS
RegularExpression Id.static int
LSHIFT
RegularExpression Id.static int
LSHIFTASSIGN
RegularExpression Id.static int
LT
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MINUSASSIGN
RegularExpression Id.static int
MULTI_LINE_COMMENT
RegularExpression Id.static int
NBSP
RegularExpression Id.static int
NE
RegularExpression Id.static int
NEW
RegularExpression Id.static int
NL_DECR
RegularExpression Id.static int
NL_INCR
RegularExpression Id.static int
NO_SKIP_EOL
RegularExpression Id.static int
NOEOL
Lexical state.static int
NOREGEXP
Lexical state.static int
NULL
RegularExpression Id.static int
OCTAL_LITERAL
RegularExpression Id.static int
ORASSIGN
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PLUSASSIGN
RegularExpression Id.static int
PS
RegularExpression Id.static int
RBRACE
RegularExpression Id.static int
RBRACKET
RegularExpression Id.static int
REGULAR_EXPRESSION_BACKSLASH_SEQUENCE
RegularExpression Id.static int
REGULAR_EXPRESSION_BODY
RegularExpression Id.static int
REGULAR_EXPRESSION_CHAR
RegularExpression Id.static int
REGULAR_EXPRESSION_CLASS
RegularExpression Id.static int
REGULAR_EXPRESSION_CLASS_CHAR
RegularExpression Id.static int
REGULAR_EXPRESSION_FIRST_CHAR
RegularExpression Id.static int
REGULAR_EXPRESSION_LITERAL
RegularExpression Id.static int
REM
RegularExpression Id.static int
REMASSIGN
RegularExpression Id.static int
RETURN
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
RSIGNEDSHIFT
RegularExpression Id.static int
RSIGNEDSHIFTASSIGN
RegularExpression Id.static int
RUNSIGNEDSHIFT
RegularExpression Id.static int
RUNSIGNEDSHIFTASSIGN
RegularExpression Id.static int
SC_AND
RegularExpression Id.static int
SC_OR
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SET
RegularExpression Id.static int
SINGLE_LINE_COMMENT
RegularExpression Id.static int
SINGLE_STRING_LITERAL_BODY
RegularExpression Id.static int
SLASH
RegularExpression Id.static int
SLASHASSIGN
RegularExpression Id.static int
SP
RegularExpression Id.static int
STAR
RegularExpression Id.static int
STARASSIGN
RegularExpression Id.static int
STRICT_EQ
RegularExpression Id.static int
STRICT_NEQ
RegularExpression Id.static int
STRING_LITERAL
RegularExpression Id.static int
SUPER
RegularExpression Id.static int
SWITCH
RegularExpression Id.static int
TAB
RegularExpression Id.static int
THIS
RegularExpression Id.static int
THROW
RegularExpression Id.static int
TILDE
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
TRY
RegularExpression Id.static int
TYPEOF
RegularExpression Id.static int
UNICODE_COMBINING_MARK
RegularExpression Id.static int
UNICODE_CONNECTOR_PUNCTUATION
RegularExpression Id.static int
UNICODE_DIGIT
RegularExpression Id.static int
UNICODE_ESCAPE_SEQUENCE
RegularExpression Id.static int
UNICODE_LETTER
RegularExpression Id.static int
UNTERMINATED_STRING_LITERAL
RegularExpression Id.static int
USP
RegularExpression Id.static int
VAR
RegularExpression Id.static int
VOID
RegularExpression Id.static int
VT
RegularExpression Id.static int
WHILE
RegularExpression Id.static int
WITH
RegularExpression Id.static int
XOR
RegularExpression Id.static int
XORASSIGN
RegularExpression Id.static int
ZWJ
RegularExpression Id.static int
ZWNJ
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
TAB
static final int TAB
RegularExpression Id.- See Also:
- Constant Field Values
-
VT
static final int VT
RegularExpression Id.- See Also:
- Constant Field Values
-
FF
static final int FF
RegularExpression Id.- See Also:
- Constant Field Values
-
SP
static final int SP
RegularExpression Id.- See Also:
- Constant Field Values
-
NBSP
static final int NBSP
RegularExpression Id.- See Also:
- Constant Field Values
-
BOM
static final int BOM
RegularExpression Id.- See Also:
- Constant Field Values
-
USP
static final int USP
RegularExpression Id.- See Also:
- Constant Field Values
-
LF
static final int LF
RegularExpression Id.- See Also:
- Constant Field Values
-
CR
static final int CR
RegularExpression Id.- See Also:
- Constant Field Values
-
LS
static final int LS
RegularExpression Id.- See Also:
- Constant Field Values
-
PS
static final int PS
RegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_SKIP_EOL
static final int NO_SKIP_EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
JS_DOC_COMMENT
static final int JS_DOC_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
RegularExpression Id.- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
RegularExpression Id.- See Also:
- Constant Field Values
-
THIS
static final int THIS
RegularExpression Id.- See Also:
- Constant Field Values
-
TYPEOF
static final int TYPEOF
RegularExpression Id.- See Also:
- Constant Field Values
-
VAR
static final int VAR
RegularExpression Id.- See Also:
- Constant Field Values
-
VOID
static final int VOID
RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
RegularExpression Id.- See Also:
- Constant Field Values
-
WITH
static final int WITH
RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
RegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONST
RegularExpression Id.- See Also:
- Constant Field Values
-
DEBUGGER
static final int DEBUGGER
RegularExpression Id.- See Also:
- Constant Field Values
-
_DEFAULT
static final int _DEFAULT
RegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DO
RegularExpression Id.- See Also:
- Constant Field Values
-
ENUM
static final int ENUM
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPORT
static final int EXPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTENDS
static final int EXTENDS
RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
SUPER
static final int SUPER
RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
RegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROW
RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
RegularExpression Id.- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
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
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
GET
static final int GET
RegularExpression Id.- See Also:
- Constant Field Values
-
SET
static final int SET
RegularExpression Id.- See Also:
- Constant Field Values
-
LET
static final int LET
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
BACKTICK_STRING_LITERAL_BODY
static final int BACKTICK_STRING_LITERAL_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_STRING_LITERAL_BODY
static final int SINGLE_STRING_LITERAL_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_STRING_LITERAL_BODY
static final int DOUBLE_STRING_LITERAL_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
UNTERMINATED_STRING_LITERAL
static final int UNTERMINATED_STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_LITERAL
static final int REGULAR_EXPRESSION_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_BODY
static final int REGULAR_EXPRESSION_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_CHAR
static final int REGULAR_EXPRESSION_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_FIRST_CHAR
static final int REGULAR_EXPRESSION_FIRST_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_BACKSLASH_SEQUENCE
static final int REGULAR_EXPRESSION_BACKSLASH_SEQUENCE
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_CLASS
static final int REGULAR_EXPRESSION_CLASS
RegularExpression Id.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_CLASS_CHAR
static final int REGULAR_EXPRESSION_CLASS_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_START
static final int IDENTIFIER_START
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_PART
static final int IDENTIFIER_PART
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_LETTER
static final int UNICODE_LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_ESCAPE_SEQUENCE
static final int UNICODE_ESCAPE_SEQUENCE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_COMBINING_MARK
static final int UNICODE_COMBINING_MARK
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_DIGIT
static final int UNICODE_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_CONNECTOR_PUNCTUATION
static final int UNICODE_CONNECTOR_PUNCTUATION
RegularExpression Id.- See Also:
- Constant Field Values
-
ZWNJ
static final int ZWNJ
RegularExpression Id.- See Also:
- Constant Field Values
-
ZWJ
static final int ZWJ
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
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
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
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
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
BANG
static final int BANG
RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
RegularExpression Id.- See Also:
- Constant Field Values
-
HOOK
static final int HOOK
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
STRICT_EQ
static final int STRICT_EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
STRICT_NEQ
static final int STRICT_NEQ
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_OR
static final int SC_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_AND
static final int SC_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
INCR
static final int INCR
RegularExpression Id.- See Also:
- Constant Field Values
-
NL_INCR
static final int NL_INCR
RegularExpression Id.- See Also:
- Constant Field Values
-
DECR
static final int DECR
RegularExpression Id.- See Also:
- Constant Field Values
-
NL_DECR
static final int NL_DECR
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
-
BIT_AND
static final int BIT_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
BIT_OR
static final int BIT_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
RegularExpression Id.- See Also:
- Constant Field Values
-
REM
static final int REM
RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFT
static final int RSIGNEDSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFT
static final int RUNSIGNEDSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSASSIGN
static final int PLUSASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSASSIGN
static final int MINUSASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
STARASSIGN
static final int STARASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
SLASHASSIGN
static final int SLASHASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ANDASSIGN
static final int ANDASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ORASSIGN
static final int ORASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
XORASSIGN
static final int XORASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
REMASSIGN
static final int REMASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFTASSIGN
static final int LSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFTASSIGN
static final int RSIGNEDSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFTASSIGN
static final int RUNSIGNEDSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
NOREGEXP
static final int NOREGEXP
Lexical state.- See Also:
- Constant Field Values
-
NOEOL
static final int NOEOL
Lexical state.- See Also:
- Constant Field Values
-
IN_JS_DOC_COMMENT
static final int IN_JS_DOC_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-