de.hunsicker.jalopy.language
Class JavaTokenTypes
java.lang.Object
de.hunsicker.jalopy.language.JavaTokenTypes
public final class JavaTokenTypes
- extends java.lang.Object
Token type constants for the Java recognizer.
This is an ANTLR automated generated
file. DO NOT EDIT but rather change the associated grammar and rebuild.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
JAVADOC_COMMENT
public static final int JAVADOC_COMMENT
- See Also:
- Constant Field Values
LCURLY
public static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
public static final int RCURLY
- See Also:
- Constant Field Values
MODIFIERS
public static final int MODIFIERS
- See Also:
- Constant Field Values
OBJBLOCK
public static final int OBJBLOCK
- See Also:
- Constant Field Values
SLIST
public static final int SLIST
- See Also:
- Constant Field Values
CTOR_DEF
public static final int CTOR_DEF
- See Also:
- Constant Field Values
METHOD_DEF
public static final int METHOD_DEF
- See Also:
- Constant Field Values
VARIABLE_DEF
public static final int VARIABLE_DEF
- See Also:
- Constant Field Values
INSTANCE_INIT
public static final int INSTANCE_INIT
- See Also:
- Constant Field Values
STATIC_INIT
public static final int STATIC_INIT
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
CLASS_DEF
public static final int CLASS_DEF
- See Also:
- Constant Field Values
INTERFACE_DEF
public static final int INTERFACE_DEF
- See Also:
- Constant Field Values
PACKAGE_DEF
public static final int PACKAGE_DEF
- See Also:
- Constant Field Values
ARRAY_DECLARATOR
public static final int ARRAY_DECLARATOR
- See Also:
- Constant Field Values
EXTENDS_CLAUSE
public static final int EXTENDS_CLAUSE
- See Also:
- Constant Field Values
IMPLEMENTS_CLAUSE
public static final int IMPLEMENTS_CLAUSE
- See Also:
- Constant Field Values
PARAMETERS
public static final int PARAMETERS
- See Also:
- Constant Field Values
PARAMETER_DEF
public static final int PARAMETER_DEF
- See Also:
- Constant Field Values
LABELED_STAT
public static final int LABELED_STAT
- See Also:
- Constant Field Values
TYPECAST
public static final int TYPECAST
- See Also:
- Constant Field Values
INDEX_OP
public static final int INDEX_OP
- See Also:
- Constant Field Values
POST_INC
public static final int POST_INC
- See Also:
- Constant Field Values
POST_DEC
public static final int POST_DEC
- See Also:
- Constant Field Values
METHOD_CALL
public static final int METHOD_CALL
- See Also:
- Constant Field Values
EXPR
public static final int EXPR
- See Also:
- Constant Field Values
ARRAY_INIT
public static final int ARRAY_INIT
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
UNARY_MINUS
public static final int UNARY_MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
public static final int UNARY_PLUS
- See Also:
- Constant Field Values
CASE_GROUP
public static final int CASE_GROUP
- See Also:
- Constant Field Values
ELIST
public static final int ELIST
- See Also:
- Constant Field Values
FOR_INIT
public static final int FOR_INIT
- See Also:
- Constant Field Values
FOR_CONDITION
public static final int FOR_CONDITION
- See Also:
- Constant Field Values
FOR_ITERATOR
public static final int FOR_ITERATOR
- See Also:
- Constant Field Values
EMPTY_STAT
public static final int EMPTY_STAT
- See Also:
- Constant Field Values
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
ABSTRACT
public static final int ABSTRACT
- See Also:
- Constant Field Values
STRICTFP
public static final int STRICTFP
- See Also:
- Constant Field Values
SUPER_CTOR_CALL
public static final int SUPER_CTOR_CALL
- See Also:
- Constant Field Values
CTOR_CALL
public static final int CTOR_CALL
- See Also:
- Constant Field Values
BOF
public static final int BOF
- See Also:
- Constant Field Values
ROOT
public static final int ROOT
- See Also:
- Constant Field Values
CASESLIST
public static final int CASESLIST
- See Also:
- Constant Field Values
BLOCK_STATEMENT
public static final int BLOCK_STATEMENT
- See Also:
- Constant Field Values
SEPARATOR_COMMENT
public static final int SEPARATOR_COMMENT
- See Also:
- Constant Field Values
SYNBLOCK
public static final int SYNBLOCK
- See Also:
- Constant Field Values
LITERAL_package
public static final int LITERAL_package
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
LITERAL_import
public static final int LITERAL_import
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
LITERAL_void
public static final int LITERAL_void
- See Also:
- Constant Field Values
LITERAL_boolean
public static final int LITERAL_boolean
- See Also:
- Constant Field Values
LITERAL_byte
public static final int LITERAL_byte
- See Also:
- Constant Field Values
LITERAL_char
public static final int LITERAL_char
- See Also:
- Constant Field Values
LITERAL_short
public static final int LITERAL_short
- See Also:
- Constant Field Values
LITERAL_int
public static final int LITERAL_int
- See Also:
- Constant Field Values
LITERAL_float
public static final int LITERAL_float
- See Also:
- Constant Field Values
LITERAL_long
public static final int LITERAL_long
- See Also:
- Constant Field Values
LITERAL_double
public static final int LITERAL_double
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
LITERAL_private
public static final int LITERAL_private
- See Also:
- Constant Field Values
LITERAL_public
public static final int LITERAL_public
- See Also:
- Constant Field Values
LITERAL_protected
public static final int LITERAL_protected
- See Also:
- Constant Field Values
LITERAL_static
public static final int LITERAL_static
- See Also:
- Constant Field Values
LITERAL_transient
public static final int LITERAL_transient
- See Also:
- Constant Field Values
LITERAL_native
public static final int LITERAL_native
- See Also:
- Constant Field Values
LITERAL_synchronized
public static final int LITERAL_synchronized
- See Also:
- Constant Field Values
LITERAL_volatile
public static final int LITERAL_volatile
- See Also:
- Constant Field Values
LITERAL_class
public static final int LITERAL_class
- See Also:
- Constant Field Values
LITERAL_extends
public static final int LITERAL_extends
- See Also:
- Constant Field Values
LITERAL_interface
public static final int LITERAL_interface
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
LITERAL_implements
public static final int LITERAL_implements
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LITERAL_this
public static final int LITERAL_this
- See Also:
- Constant Field Values
LITERAL_super
public static final int LITERAL_super
- See Also:
- Constant Field Values
STR_supper
public static final int STR_supper
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
LITERAL_throws
public static final int LITERAL_throws
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
LITERAL_if
public static final int LITERAL_if
- See Also:
- Constant Field Values
LITERAL_else
public static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_for
public static final int LITERAL_for
- See Also:
- Constant Field Values
LITERAL_while
public static final int LITERAL_while
- See Also:
- Constant Field Values
LITERAL_do
public static final int LITERAL_do
- See Also:
- Constant Field Values
LITERAL_break
public static final int LITERAL_break
- See Also:
- Constant Field Values
LITERAL_assert
public static final int LITERAL_assert
- See Also:
- Constant Field Values
LITERAL_continue
public static final int LITERAL_continue
- See Also:
- Constant Field Values
LITERAL_return
public static final int LITERAL_return
- See Also:
- Constant Field Values
LITERAL_switch
public static final int LITERAL_switch
- See Also:
- Constant Field Values
LITERAL_throw
public static final int LITERAL_throw
- See Also:
- Constant Field Values
LITERAL_case
public static final int LITERAL_case
- See Also:
- Constant Field Values
LITERAL_default
public static final int LITERAL_default
- See Also:
- Constant Field Values
LITERAL_try
public static final int LITERAL_try
- See Also:
- Constant Field Values
LITERAL_catch
public static final int LITERAL_catch
- See Also:
- Constant Field Values
LITERAL_finally
public static final int LITERAL_finally
- See Also:
- Constant Field Values
PLUS_ASSIGN
public static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
MINUS_ASSIGN
public static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
STAR_ASSIGN
public static final int STAR_ASSIGN
- See Also:
- Constant Field Values
DIV_ASSIGN
public static final int DIV_ASSIGN
- See Also:
- Constant Field Values
MOD_ASSIGN
public static final int MOD_ASSIGN
- See Also:
- Constant Field Values
SR_ASSIGN
public static final int SR_ASSIGN
- See Also:
- Constant Field Values
BSR_ASSIGN
public static final int BSR_ASSIGN
- See Also:
- Constant Field Values
SL_ASSIGN
public static final int SL_ASSIGN
- See Also:
- Constant Field Values
BAND_ASSIGN
public static final int BAND_ASSIGN
- See Also:
- Constant Field Values
BXOR_ASSIGN
public static final int BXOR_ASSIGN
- See Also:
- Constant Field Values
BOR_ASSIGN
public static final int BOR_ASSIGN
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
LOR
public static final int LOR
- See Also:
- Constant Field Values
LAND
public static final int LAND
- See Also:
- Constant Field Values
BOR
public static final int BOR
- See Also:
- Constant Field Values
BXOR
public static final int BXOR
- See Also:
- Constant Field Values
BAND
public static final int BAND
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
LITERAL_instanceof
public static final int LITERAL_instanceof
- See Also:
- Constant Field Values
SL
public static final int SL
- See Also:
- Constant Field Values
SR
public static final int SR
- See Also:
- Constant Field Values
BSR
public static final int BSR
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
INC
public static final int INC
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
BNOT
public static final int BNOT
- See Also:
- Constant Field Values
LNOT
public static final int LNOT
- See Also:
- Constant Field Values
LITERAL_true
public static final int LITERAL_true
- See Also:
- Constant Field Values
LITERAL_false
public static final int LITERAL_false
- See Also:
- Constant Field Values
LITERAL_null
public static final int LITERAL_null
- See Also:
- Constant Field Values
LITERAL_new
public static final int LITERAL_new
- See Also:
- Constant Field Values
NUM_INT
public static final int NUM_INT
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
NUM_FLOAT
public static final int NUM_FLOAT
- See Also:
- Constant Field Values
NUM_LONG
public static final int NUM_LONG
- See Also:
- Constant Field Values
NUM_DOUBLE
public static final int NUM_DOUBLE
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
SPECIAL_COMMENT
public static final int SPECIAL_COMMENT
- See Also:
- Constant Field Values
SL_COMMENT
public static final int SL_COMMENT
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
public static final int ML_COMMENT
- See Also:
- Constant Field Values
ESC
public static final int ESC
- See Also:
- Constant Field Values
HEX_DIGIT
public static final int HEX_DIGIT
- See Also:
- Constant Field Values
VOCAB
public static final int VOCAB
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
FLOAT_SUFFIX
public static final int FLOAT_SUFFIX
- See Also:
- Constant Field Values