Interface JavaParserConstants
-
- All Known Implementing Classes:
JavaParser
,JavaParserTokenManager
@Deprecated @InternalApi public interface JavaParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEFAULT
Deprecated.RegularExpression Id.static int
ABSTRACT
Deprecated.RegularExpression Id.static int
ANDASSIGN
Deprecated.RegularExpression Id.static int
ASSIGN
Deprecated.RegularExpression Id.static int
AT
Deprecated.RegularExpression Id.static int
BANG
Deprecated.RegularExpression Id.static int
BINARY_LITERAL
Deprecated.RegularExpression Id.static int
BIT_AND
Deprecated.RegularExpression Id.static int
BIT_OR
Deprecated.RegularExpression Id.static int
BOOLEAN
Deprecated.RegularExpression Id.static int
BREAK
Deprecated.RegularExpression Id.static int
BYTE
Deprecated.RegularExpression Id.static int
CASE
Deprecated.RegularExpression Id.static int
CATCH
Deprecated.RegularExpression Id.static int
CHAR
Deprecated.RegularExpression Id.static int
CHARACTER_LITERAL
Deprecated.RegularExpression Id.static int
CLASS
Deprecated.RegularExpression Id.static int
COLON
Deprecated.RegularExpression Id.static int
COMMA
Deprecated.RegularExpression Id.static int
CONST
Deprecated.RegularExpression Id.static int
CONTINUE
Deprecated.RegularExpression Id.static int
DECIMAL_LITERAL
Deprecated.RegularExpression Id.static int
DECR
Deprecated.RegularExpression Id.static int
DEFAULT
Deprecated.Lexical state.static int
DO
Deprecated.RegularExpression Id.static int
DOT
Deprecated.RegularExpression Id.static int
DOUBLE
Deprecated.RegularExpression Id.static int
ELLIPSIS
Deprecated.RegularExpression Id.static int
ELSE
Deprecated.RegularExpression Id.static int
EOF
Deprecated.End of File.static int
EQ
Deprecated.RegularExpression Id.static int
EXPONENT
Deprecated.RegularExpression Id.static int
EXTENDS
Deprecated.RegularExpression Id.static int
FALSE
Deprecated.RegularExpression Id.static int
FINAL
Deprecated.RegularExpression Id.static int
FINALLY
Deprecated.RegularExpression Id.static int
FLOAT
Deprecated.RegularExpression Id.static int
FLOATING_POINT_LITERAL
Deprecated.RegularExpression Id.static int
FOR
Deprecated.RegularExpression Id.static int
FORMAL_COMMENT
Deprecated.RegularExpression Id.static int
GE
Deprecated.RegularExpression Id.static int
GOTO
Deprecated.RegularExpression Id.static int
GT
Deprecated.RegularExpression Id.static int
HEX_FLOATING_POINT_LITERAL
Deprecated.RegularExpression Id.static int
HEX_LITERAL
Deprecated.RegularExpression Id.static int
HOOK
Deprecated.RegularExpression Id.static int
HORIZONTAL_WHITESPACE
Deprecated.RegularExpression Id.static int
IDENTIFIER
Deprecated.RegularExpression Id.static int
IF
Deprecated.RegularExpression Id.static int
IMPLEMENTS
Deprecated.RegularExpression Id.static int
IMPORT
Deprecated.RegularExpression Id.static int
IN_FORMAL_COMMENT
Deprecated.Lexical state.static int
IN_MULTI_LINE_COMMENT
Deprecated.Lexical state.static int
INCR
Deprecated.RegularExpression Id.static int
INSTANCEOF
Deprecated.RegularExpression Id.static int
INT
Deprecated.RegularExpression Id.static int
INTEGER_LITERAL
Deprecated.RegularExpression Id.static int
INTERFACE
Deprecated.RegularExpression Id.static int
LAMBDA
Deprecated.RegularExpression Id.static int
LBRACE
Deprecated.RegularExpression Id.static int
LBRACKET
Deprecated.RegularExpression Id.static int
LE
Deprecated.RegularExpression Id.static int
LETTER
Deprecated.RegularExpression Id.static int
LINE_TERMINATOR
Deprecated.RegularExpression Id.static int
LONG
Deprecated.RegularExpression Id.static int
LPAREN
Deprecated.RegularExpression Id.static int
LSHIFT
Deprecated.RegularExpression Id.static int
LSHIFTASSIGN
Deprecated.RegularExpression Id.static int
LT
Deprecated.RegularExpression Id.static int
METHOD_REF
Deprecated.RegularExpression Id.static int
MINUS
Deprecated.RegularExpression Id.static int
MINUSASSIGN
Deprecated.RegularExpression Id.static int
MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.static int
NATIVE
Deprecated.RegularExpression Id.static int
NE
Deprecated.RegularExpression Id.static int
NEW
Deprecated.RegularExpression Id.static int
NULL
Deprecated.RegularExpression Id.static int
OCTAL_LITERAL
Deprecated.RegularExpression Id.static int
ORASSIGN
Deprecated.RegularExpression Id.static int
PACKAGE
Deprecated.RegularExpression Id.static int
PART_LETTER
Deprecated.RegularExpression Id.static int
PLUS
Deprecated.RegularExpression Id.static int
PLUSASSIGN
Deprecated.RegularExpression Id.static int
PRIVATE
Deprecated.RegularExpression Id.static int
PROTECTED
Deprecated.RegularExpression Id.static int
PUBLIC
Deprecated.RegularExpression Id.static int
RBRACE
Deprecated.RegularExpression Id.static int
RBRACKET
Deprecated.RegularExpression Id.static int
REM
Deprecated.RegularExpression Id.static int
REMASSIGN
Deprecated.RegularExpression Id.static int
RETURN
Deprecated.RegularExpression Id.static int
RPAREN
Deprecated.RegularExpression Id.static int
RSIGNEDSHIFT
Deprecated.RegularExpression Id.static int
RSIGNEDSHIFTASSIGN
Deprecated.RegularExpression Id.static int
RUNSIGNEDSHIFT
Deprecated.RegularExpression Id.static int
RUNSIGNEDSHIFTASSIGN
Deprecated.RegularExpression Id.static int
SC_AND
Deprecated.RegularExpression Id.static int
SC_OR
Deprecated.RegularExpression Id.static int
SEMICOLON
Deprecated.RegularExpression Id.static int
SHORT
Deprecated.RegularExpression Id.static int
SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.static int
SLASH
Deprecated.RegularExpression Id.static int
SLASHASSIGN
Deprecated.RegularExpression Id.static int
STAR
Deprecated.RegularExpression Id.static int
STARASSIGN
Deprecated.RegularExpression Id.static int
STATIC
Deprecated.RegularExpression Id.static int
STRICTFP
Deprecated.RegularExpression Id.static int
STRING_ESCAPE
Deprecated.RegularExpression Id.static int
STRING_LITERAL
Deprecated.RegularExpression Id.static int
SUPER
Deprecated.RegularExpression Id.static int
SWITCH
Deprecated.RegularExpression Id.static int
SYNCHRONIZED
Deprecated.RegularExpression Id.static int
TEXT_BLOCK_LITERAL
Deprecated.RegularExpression Id.static int
THIS
Deprecated.RegularExpression Id.static int
THROW
Deprecated.RegularExpression Id.static int
THROWS
Deprecated.RegularExpression Id.static int
TILDE
Deprecated.RegularExpression Id.static String[]
tokenImage
Deprecated.Literal token values.static int
TRANSIENT
Deprecated.RegularExpression Id.static int
TRUE
Deprecated.RegularExpression Id.static int
TRY
Deprecated.RegularExpression Id.static int
VOID
Deprecated.RegularExpression Id.static int
VOLATILE
Deprecated.RegularExpression Id.static int
WHILE
Deprecated.RegularExpression Id.static int
XOR
Deprecated.RegularExpression Id.static int
XORASSIGN
Deprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
HORIZONTAL_WHITESPACE
static final int HORIZONTAL_WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_TERMINATOR
static final int LINE_TERMINATOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FORMAL_COMMENT
static final int FORMAL_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ABSTRACT
static final int ABSTRACT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONST
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
_DEFAULT
static final int _DEFAULT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXTENDS
static final int EXTENDS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FINAL
static final int FINAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GOTO
static final int GOTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IMPLEMENTS
static final int IMPLEMENTS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INTERFACE
static final int INTERFACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NATIVE
static final int NATIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PROTECTED
static final int PROTECTED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STATIC
static final int STATIC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SUPER
static final int SUPER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SYNCHRONIZED
static final int SYNCHRONIZED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
THIS
static final int THIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROW
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
THROWS
static final int THROWS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRANSIENT
static final int TRANSIENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VOID
static final int VOID
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VOLATILE
static final int VOLATILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRICTFP
static final int STRICTFP
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BINARY_LITERAL
static final int BINARY_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_FLOATING_POINT_LITERAL
static final int HEX_FLOATING_POINT_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_ESCAPE
static final int STRING_ESCAPE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TEXT_BLOCK_LITERAL
static final int TEXT_BLOCK_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PART_LETTER
static final int PART_LETTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BANG
static final int BANG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HOOK
static final int HOOK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SC_OR
static final int SC_OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SC_AND
static final int SC_AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INCR
static final int INCR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECR
static final int DECR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BIT_AND
static final int BIT_AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BIT_OR
static final int BIT_OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REM
static final int REM
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSASSIGN
static final int PLUSASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSASSIGN
static final int MINUSASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STARASSIGN
static final int STARASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SLASHASSIGN
static final int SLASHASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ANDASSIGN
static final int ANDASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ORASSIGN
static final int ORASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
XORASSIGN
static final int XORASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REMASSIGN
static final int REMASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFTASSIGN
static final int LSHIFTASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFTASSIGN
static final int RSIGNEDSHIFTASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFTASSIGN
static final int RUNSIGNEDSHIFTASSIGN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELLIPSIS
static final int ELLIPSIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LAMBDA
static final int LAMBDA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
METHOD_REF
static final int METHOD_REF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFT
static final int RUNSIGNEDSHIFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFT
static final int RSIGNEDSHIFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-