Ecmascript5ParserTokenManager
public interface Ecmascript5ParserConstants
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 java.lang.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.
|
static final int EOF
static final int TAB
static final int VT
static final int FF
static final int SP
static final int NBSP
static final int BOM
static final int USP
static final int LF
static final int CR
static final int LS
static final int PS
static final int EOL
static final int NO_SKIP_EOL
static final int SINGLE_LINE_COMMENT
static final int JS_DOC_COMMENT
static final int MULTI_LINE_COMMENT
static final int BREAK
static final int CONTINUE
static final int DELETE
static final int ELSE
static final int FOR
static final int FUNCTION
static final int IF
static final int IN
static final int NEW
static final int RETURN
static final int THIS
static final int TYPEOF
static final int VAR
static final int VOID
static final int WHILE
static final int WITH
static final int CASE
static final int CATCH
static final int CLASS
static final int CONST
static final int DEBUGGER
static final int _DEFAULT
static final int DO
static final int ENUM
static final int EXPORT
static final int EXTENDS
static final int FINALLY
static final int IMPORT
static final int SUPER
static final int SWITCH
static final int THROW
static final int TRY
static final int INSTANCEOF
static final int TRUE
static final int FALSE
static final int NULL
static final int GET
static final int SET
static final int LET
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int BACKTICK_STRING_LITERAL_BODY
static final int SINGLE_STRING_LITERAL_BODY
static final int DOUBLE_STRING_LITERAL_BODY
static final int UNTERMINATED_STRING_LITERAL
static final int REGULAR_EXPRESSION_LITERAL
static final int REGULAR_EXPRESSION_BODY
static final int REGULAR_EXPRESSION_CHAR
static final int REGULAR_EXPRESSION_FIRST_CHAR
static final int REGULAR_EXPRESSION_BACKSLASH_SEQUENCE
static final int REGULAR_EXPRESSION_CLASS
static final int REGULAR_EXPRESSION_CLASS_CHAR
static final int IDENTIFIER
static final int IDENTIFIER_START
static final int IDENTIFIER_PART
static final int UNICODE_LETTER
static final int UNICODE_ESCAPE_SEQUENCE
static final int UNICODE_COMBINING_MARK
static final int UNICODE_DIGIT
static final int UNICODE_CONNECTOR_PUNCTUATION
static final int ZWNJ
static final int ZWJ
static final int HEX_DIGIT
static final int LPAREN
static final int RPAREN
static final int LBRACE
static final int RBRACE
static final int LBRACKET
static final int RBRACKET
static final int SEMICOLON
static final int COMMA
static final int DOT
static final int ASSIGN
static final int GT
static final int LT
static final int BANG
static final int TILDE
static final int HOOK
static final int COLON
static final int STRICT_EQ
static final int STRICT_NEQ
static final int EQ
static final int LE
static final int GE
static final int NE
static final int SC_OR
static final int SC_AND
static final int INCR
static final int NL_INCR
static final int DECR
static final int NL_DECR
static final int PLUS
static final int MINUS
static final int STAR
static final int SLASH
static final int BIT_AND
static final int BIT_OR
static final int XOR
static final int REM
static final int LSHIFT
static final int RSIGNEDSHIFT
static final int RUNSIGNEDSHIFT
static final int PLUSASSIGN
static final int MINUSASSIGN
static final int STARASSIGN
static final int SLASHASSIGN
static final int ANDASSIGN
static final int ORASSIGN
static final int XORASSIGN
static final int REMASSIGN
static final int LSHIFTASSIGN
static final int RSIGNEDSHIFTASSIGN
static final int RUNSIGNEDSHIFTASSIGN
static final int DEFAULT
static final int NOREGEXP
static final int NOEOL
static final int IN_JS_DOC_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage
Copyright © 2002–2018 PMD. All rights reserved.