Package com.javacc.parser
Enum JavaCCConstants.TokenType
- java.lang.Object
-
- java.lang.Enum<JavaCCConstants.TokenType>
-
- com.javacc.parser.JavaCCConstants.TokenType
-
- All Implemented Interfaces:
Serializable,Comparable<JavaCCConstants.TokenType>
- Enclosing interface:
- JavaCCConstants
public static enum JavaCCConstants.TokenType extends Enum<JavaCCConstants.TokenType>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JavaCCConstants.TokenTypevalueOf(String name)Returns the enum constant of this type with the specified name.static JavaCCConstants.TokenType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EOF
public static final JavaCCConstants.TokenType EOF
-
_INJECT
public static final JavaCCConstants.TokenType _INJECT
-
_INCLUDE
public static final JavaCCConstants.TokenType _INCLUDE
-
_LOOKAHEAD
public static final JavaCCConstants.TokenType _LOOKAHEAD
-
_FAIL
public static final JavaCCConstants.TokenType _FAIL
-
_UNCACHE_TOKENS
public static final JavaCCConstants.TokenType _UNCACHE_TOKENS
-
_ACTIVATE_TOKENS
public static final JavaCCConstants.TokenType _ACTIVATE_TOKENS
-
_DEACTIVATE_TOKENS
public static final JavaCCConstants.TokenType _DEACTIVATE_TOKENS
-
_ENSURE
public static final JavaCCConstants.TokenType _ENSURE
-
_SCAN
public static final JavaCCConstants.TokenType _SCAN
-
_IGNORE_CASE
public static final JavaCCConstants.TokenType _IGNORE_CASE
-
_PARSER_BEGIN
public static final JavaCCConstants.TokenType _PARSER_BEGIN
-
_PARSER_END
public static final JavaCCConstants.TokenType _PARSER_END
-
_TOKEN
public static final JavaCCConstants.TokenType _TOKEN
-
_UNPARSED
public static final JavaCCConstants.TokenType _UNPARSED
-
_MORE
public static final JavaCCConstants.TokenType _MORE
-
_SKIP
public static final JavaCCConstants.TokenType _SKIP
-
_EOF
public static final JavaCCConstants.TokenType _EOF
-
_TOKEN_MGR_DECLS
public static final JavaCCConstants.TokenType _TOKEN_MGR_DECLS
-
_ATTEMPT
public static final JavaCCConstants.TokenType _ATTEMPT
-
_RECOVER
public static final JavaCCConstants.TokenType _RECOVER
-
_RECOVER_TO
public static final JavaCCConstants.TokenType _RECOVER_TO
-
_ON_ERROR
public static final JavaCCConstants.TokenType _ON_ERROR
-
_UPTO
public static final JavaCCConstants.TokenType _UPTO
-
HASH
public static final JavaCCConstants.TokenType HASH
-
BACKSLASH
public static final JavaCCConstants.TokenType BACKSLASH
-
RIGHT_ARROW
public static final JavaCCConstants.TokenType RIGHT_ARROW
-
UP_TO_HERE
public static final JavaCCConstants.TokenType UP_TO_HERE
-
_LEXICAL_STATE
public static final JavaCCConstants.TokenType _LEXICAL_STATE
-
WHITESPACE
public static final JavaCCConstants.TokenType WHITESPACE
-
MULTI_LINE_COMMENT
public static final JavaCCConstants.TokenType MULTI_LINE_COMMENT
-
SINGLE_LINE_COMMENT_START
public static final JavaCCConstants.TokenType SINGLE_LINE_COMMENT_START
-
MULTI_LINE_COMMENT_START
public static final JavaCCConstants.TokenType MULTI_LINE_COMMENT_START
-
SINGLE_LINE_COMMENT
public static final JavaCCConstants.TokenType SINGLE_LINE_COMMENT
-
ANY_CHAR
public static final JavaCCConstants.TokenType ANY_CHAR
-
UNDERSCORE
public static final JavaCCConstants.TokenType UNDERSCORE
-
ABSTRACT
public static final JavaCCConstants.TokenType ABSTRACT
-
_ASSERT
public static final JavaCCConstants.TokenType _ASSERT
-
BOOLEAN
public static final JavaCCConstants.TokenType BOOLEAN
-
BREAK
public static final JavaCCConstants.TokenType BREAK
-
BYTE
public static final JavaCCConstants.TokenType BYTE
-
CASE
public static final JavaCCConstants.TokenType CASE
-
CATCH
public static final JavaCCConstants.TokenType CATCH
-
CHAR
public static final JavaCCConstants.TokenType CHAR
-
CLASS
public static final JavaCCConstants.TokenType CLASS
-
CONST
public static final JavaCCConstants.TokenType CONST
-
CONTINUE
public static final JavaCCConstants.TokenType CONTINUE
-
_DEFAULT
public static final JavaCCConstants.TokenType _DEFAULT
-
DO
public static final JavaCCConstants.TokenType DO
-
DOUBLE
public static final JavaCCConstants.TokenType DOUBLE
-
ELSE
public static final JavaCCConstants.TokenType ELSE
-
ENUM
public static final JavaCCConstants.TokenType ENUM
-
EXTENDS
public static final JavaCCConstants.TokenType EXTENDS
-
FALSE
public static final JavaCCConstants.TokenType FALSE
-
FINAL
public static final JavaCCConstants.TokenType FINAL
-
FINALLY
public static final JavaCCConstants.TokenType FINALLY
-
FLOAT
public static final JavaCCConstants.TokenType FLOAT
-
FOR
public static final JavaCCConstants.TokenType FOR
-
GOTO
public static final JavaCCConstants.TokenType GOTO
-
IF
public static final JavaCCConstants.TokenType IF
-
IMPLEMENTS
public static final JavaCCConstants.TokenType IMPLEMENTS
-
_IMPORT
public static final JavaCCConstants.TokenType _IMPORT
-
INSTANCEOF
public static final JavaCCConstants.TokenType INSTANCEOF
-
INT
public static final JavaCCConstants.TokenType INT
-
INTERFACE
public static final JavaCCConstants.TokenType INTERFACE
-
LONG
public static final JavaCCConstants.TokenType LONG
-
NATIVE
public static final JavaCCConstants.TokenType NATIVE
-
NEW
public static final JavaCCConstants.TokenType NEW
-
NULL
public static final JavaCCConstants.TokenType NULL
-
PACKAGE
public static final JavaCCConstants.TokenType PACKAGE
-
PRIVATE
public static final JavaCCConstants.TokenType PRIVATE
-
PROTECTED
public static final JavaCCConstants.TokenType PROTECTED
-
PUBLIC
public static final JavaCCConstants.TokenType PUBLIC
-
RETURN
public static final JavaCCConstants.TokenType RETURN
-
RECORD
public static final JavaCCConstants.TokenType RECORD
-
SHORT
public static final JavaCCConstants.TokenType SHORT
-
STATIC
public static final JavaCCConstants.TokenType STATIC
-
STRICTFP
public static final JavaCCConstants.TokenType STRICTFP
-
SUPER
public static final JavaCCConstants.TokenType SUPER
-
SWITCH
public static final JavaCCConstants.TokenType SWITCH
-
SYNCHRONIZED
public static final JavaCCConstants.TokenType SYNCHRONIZED
-
THIS
public static final JavaCCConstants.TokenType THIS
-
THROW
public static final JavaCCConstants.TokenType THROW
-
THROWS
public static final JavaCCConstants.TokenType THROWS
-
TRANSIENT
public static final JavaCCConstants.TokenType TRANSIENT
-
TRUE
public static final JavaCCConstants.TokenType TRUE
-
TRY
public static final JavaCCConstants.TokenType TRY
-
VAR
public static final JavaCCConstants.TokenType VAR
-
VOID
public static final JavaCCConstants.TokenType VOID
-
VOLATILE
public static final JavaCCConstants.TokenType VOLATILE
-
WHILE
public static final JavaCCConstants.TokenType WHILE
-
YIELD
public static final JavaCCConstants.TokenType YIELD
-
SEALED
public static final JavaCCConstants.TokenType SEALED
-
NON_SEALED
public static final JavaCCConstants.TokenType NON_SEALED
-
PERMITS
public static final JavaCCConstants.TokenType PERMITS
-
CHARACTER_LITERAL
public static final JavaCCConstants.TokenType CHARACTER_LITERAL
-
STRING_LITERAL
public static final JavaCCConstants.TokenType STRING_LITERAL
-
TEXT_BLOCK_LITERAL
public static final JavaCCConstants.TokenType TEXT_BLOCK_LITERAL
-
INTEGER_LITERAL
public static final JavaCCConstants.TokenType INTEGER_LITERAL
-
LONG_LITERAL
public static final JavaCCConstants.TokenType LONG_LITERAL
-
FLOATING_POINT_LITERAL
public static final JavaCCConstants.TokenType FLOATING_POINT_LITERAL
-
LPAREN
public static final JavaCCConstants.TokenType LPAREN
-
RPAREN
public static final JavaCCConstants.TokenType RPAREN
-
LBRACE
public static final JavaCCConstants.TokenType LBRACE
-
RBRACE
public static final JavaCCConstants.TokenType RBRACE
-
LBRACKET
public static final JavaCCConstants.TokenType LBRACKET
-
RBRACKET
public static final JavaCCConstants.TokenType RBRACKET
-
SEMICOLON
public static final JavaCCConstants.TokenType SEMICOLON
-
COMMA
public static final JavaCCConstants.TokenType COMMA
-
DOT
public static final JavaCCConstants.TokenType DOT
-
DOUBLE_COLON
public static final JavaCCConstants.TokenType DOUBLE_COLON
-
VAR_ARGS
public static final JavaCCConstants.TokenType VAR_ARGS
-
AT
public static final JavaCCConstants.TokenType AT
-
ASSIGN
public static final JavaCCConstants.TokenType ASSIGN
-
GT
public static final JavaCCConstants.TokenType GT
-
LT
public static final JavaCCConstants.TokenType LT
-
BANG
public static final JavaCCConstants.TokenType BANG
-
TILDE
public static final JavaCCConstants.TokenType TILDE
-
HOOK
public static final JavaCCConstants.TokenType HOOK
-
COLON
public static final JavaCCConstants.TokenType COLON
-
EQ
public static final JavaCCConstants.TokenType EQ
-
LE
public static final JavaCCConstants.TokenType LE
-
GE
public static final JavaCCConstants.TokenType GE
-
NE
public static final JavaCCConstants.TokenType NE
-
SC_OR
public static final JavaCCConstants.TokenType SC_OR
-
SC_AND
public static final JavaCCConstants.TokenType SC_AND
-
INCR
public static final JavaCCConstants.TokenType INCR
-
DECR
public static final JavaCCConstants.TokenType DECR
-
PLUS
public static final JavaCCConstants.TokenType PLUS
-
MINUS
public static final JavaCCConstants.TokenType MINUS
-
STAR
public static final JavaCCConstants.TokenType STAR
-
SLASH
public static final JavaCCConstants.TokenType SLASH
-
BIT_AND
public static final JavaCCConstants.TokenType BIT_AND
-
BIT_OR
public static final JavaCCConstants.TokenType BIT_OR
-
XOR
public static final JavaCCConstants.TokenType XOR
-
REM
public static final JavaCCConstants.TokenType REM
-
LSHIFT
public static final JavaCCConstants.TokenType LSHIFT
-
PLUSASSIGN
public static final JavaCCConstants.TokenType PLUSASSIGN
-
MINUSASSIGN
public static final JavaCCConstants.TokenType MINUSASSIGN
-
STARASSIGN
public static final JavaCCConstants.TokenType STARASSIGN
-
SLASHASSIGN
public static final JavaCCConstants.TokenType SLASHASSIGN
-
ANDASSIGN
public static final JavaCCConstants.TokenType ANDASSIGN
-
ORASSIGN
public static final JavaCCConstants.TokenType ORASSIGN
-
XORASSIGN
public static final JavaCCConstants.TokenType XORASSIGN
-
REMASSIGN
public static final JavaCCConstants.TokenType REMASSIGN
-
LSHIFTASSIGN
public static final JavaCCConstants.TokenType LSHIFTASSIGN
-
RSIGNEDSHIFT
public static final JavaCCConstants.TokenType RSIGNEDSHIFT
-
RUNSIGNEDSHIFT
public static final JavaCCConstants.TokenType RUNSIGNEDSHIFT
-
RSIGNEDSHIFTASSIGN
public static final JavaCCConstants.TokenType RSIGNEDSHIFTASSIGN
-
RUNSIGNEDSHIFTASSIGN
public static final JavaCCConstants.TokenType RUNSIGNEDSHIFTASSIGN
-
LAMBDA
public static final JavaCCConstants.TokenType LAMBDA
-
IDENTIFIER
public static final JavaCCConstants.TokenType IDENTIFIER
-
INVALID
public static final JavaCCConstants.TokenType INVALID
-
-
Method Detail
-
values
public static JavaCCConstants.TokenType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (JavaCCConstants.TokenType c : JavaCCConstants.TokenType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JavaCCConstants.TokenType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-