org.codehaus.groovy.antlr.parser
Interface GroovyTokenTypes
- All Known Implementing Classes:
- AntlrParserPlugin, Groovifier, GroovyLexer, GroovyRecognizer
public interface GroovyTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
BLOCK
static final int BLOCK
- See Also:
- Constant Field Values
MODIFIERS
static final int MODIFIERS
- See Also:
- Constant Field Values
OBJBLOCK
static final int OBJBLOCK
- See Also:
- Constant Field Values
SLIST
static final int SLIST
- See Also:
- Constant Field Values
METHOD_DEF
static final int METHOD_DEF
- See Also:
- Constant Field Values
VARIABLE_DEF
static final int VARIABLE_DEF
- See Also:
- Constant Field Values
INSTANCE_INIT
static final int INSTANCE_INIT
- See Also:
- Constant Field Values
STATIC_INIT
static final int STATIC_INIT
- See Also:
- Constant Field Values
TYPE
static final int TYPE
- See Also:
- Constant Field Values
CLASS_DEF
static final int CLASS_DEF
- See Also:
- Constant Field Values
INTERFACE_DEF
static final int INTERFACE_DEF
- See Also:
- Constant Field Values
PACKAGE_DEF
static final int PACKAGE_DEF
- See Also:
- Constant Field Values
ARRAY_DECLARATOR
static final int ARRAY_DECLARATOR
- See Also:
- Constant Field Values
EXTENDS_CLAUSE
static final int EXTENDS_CLAUSE
- See Also:
- Constant Field Values
IMPLEMENTS_CLAUSE
static final int IMPLEMENTS_CLAUSE
- See Also:
- Constant Field Values
PARAMETERS
static final int PARAMETERS
- See Also:
- Constant Field Values
PARAMETER_DEF
static final int PARAMETER_DEF
- See Also:
- Constant Field Values
LABELED_STAT
static final int LABELED_STAT
- See Also:
- Constant Field Values
TYPECAST
static final int TYPECAST
- See Also:
- Constant Field Values
INDEX_OP
static final int INDEX_OP
- See Also:
- Constant Field Values
POST_INC
static final int POST_INC
- See Also:
- Constant Field Values
POST_DEC
static final int POST_DEC
- See Also:
- Constant Field Values
METHOD_CALL
static final int METHOD_CALL
- See Also:
- Constant Field Values
EXPR
static final int EXPR
- See Also:
- Constant Field Values
IMPORT
static final int IMPORT
- See Also:
- Constant Field Values
UNARY_MINUS
static final int UNARY_MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
static final int UNARY_PLUS
- See Also:
- Constant Field Values
CASE_GROUP
static final int CASE_GROUP
- See Also:
- Constant Field Values
ELIST
static final int ELIST
- See Also:
- Constant Field Values
FOR_INIT
static final int FOR_INIT
- See Also:
- Constant Field Values
FOR_CONDITION
static final int FOR_CONDITION
- See Also:
- Constant Field Values
FOR_ITERATOR
static final int FOR_ITERATOR
- See Also:
- Constant Field Values
EMPTY_STAT
static final int EMPTY_STAT
- See Also:
- Constant Field Values
FINAL
static final int FINAL
- See Also:
- Constant Field Values
ABSTRACT
static final int ABSTRACT
- See Also:
- Constant Field Values
UNUSED_GOTO
static final int UNUSED_GOTO
- See Also:
- Constant Field Values
UNUSED_CONST
static final int UNUSED_CONST
- See Also:
- Constant Field Values
UNUSED_DO
static final int UNUSED_DO
- See Also:
- Constant Field Values
STRICTFP
static final int STRICTFP
- See Also:
- Constant Field Values
SUPER_CTOR_CALL
static final int SUPER_CTOR_CALL
- See Also:
- Constant Field Values
CTOR_CALL
static final int CTOR_CALL
- See Also:
- Constant Field Values
CTOR_IDENT
static final int CTOR_IDENT
- See Also:
- Constant Field Values
VARIABLE_PARAMETER_DEF
static final int VARIABLE_PARAMETER_DEF
- See Also:
- Constant Field Values
STRING_CONSTRUCTOR
static final int STRING_CONSTRUCTOR
- See Also:
- Constant Field Values
STRING_CTOR_MIDDLE
static final int STRING_CTOR_MIDDLE
- See Also:
- Constant Field Values
CLOSABLE_BLOCK
static final int CLOSABLE_BLOCK
- See Also:
- Constant Field Values
IMPLICIT_PARAMETERS
static final int IMPLICIT_PARAMETERS
- See Also:
- Constant Field Values
SELECT_SLOT
static final int SELECT_SLOT
- See Also:
- Constant Field Values
DYNAMIC_MEMBER
static final int DYNAMIC_MEMBER
- See Also:
- Constant Field Values
LABELED_ARG
static final int LABELED_ARG
- See Also:
- Constant Field Values
SPREAD_ARG
static final int SPREAD_ARG
- See Also:
- Constant Field Values
SPREAD_MAP_ARG
static final int SPREAD_MAP_ARG
- See Also:
- Constant Field Values
LIST_CONSTRUCTOR
static final int LIST_CONSTRUCTOR
- See Also:
- Constant Field Values
MAP_CONSTRUCTOR
static final int MAP_CONSTRUCTOR
- See Also:
- Constant Field Values
FOR_IN_ITERABLE
static final int FOR_IN_ITERABLE
- See Also:
- Constant Field Values
STATIC_IMPORT
static final int STATIC_IMPORT
- See Also:
- Constant Field Values
ENUM_DEF
static final int ENUM_DEF
- See Also:
- Constant Field Values
ENUM_CONSTANT_DEF
static final int ENUM_CONSTANT_DEF
- See Also:
- Constant Field Values
FOR_EACH_CLAUSE
static final int FOR_EACH_CLAUSE
- See Also:
- Constant Field Values
ANNOTATION_DEF
static final int ANNOTATION_DEF
- See Also:
- Constant Field Values
ANNOTATIONS
static final int ANNOTATIONS
- See Also:
- Constant Field Values
ANNOTATION
static final int ANNOTATION
- See Also:
- Constant Field Values
ANNOTATION_MEMBER_VALUE_PAIR
static final int ANNOTATION_MEMBER_VALUE_PAIR
- See Also:
- Constant Field Values
ANNOTATION_FIELD_DEF
static final int ANNOTATION_FIELD_DEF
- See Also:
- Constant Field Values
ANNOTATION_ARRAY_INIT
static final int ANNOTATION_ARRAY_INIT
- See Also:
- Constant Field Values
TYPE_ARGUMENTS
static final int TYPE_ARGUMENTS
- See Also:
- Constant Field Values
TYPE_ARGUMENT
static final int TYPE_ARGUMENT
- See Also:
- Constant Field Values
TYPE_PARAMETERS
static final int TYPE_PARAMETERS
- See Also:
- Constant Field Values
TYPE_PARAMETER
static final int TYPE_PARAMETER
- See Also:
- Constant Field Values
WILDCARD_TYPE
static final int WILDCARD_TYPE
- See Also:
- Constant Field Values
TYPE_UPPER_BOUNDS
static final int TYPE_UPPER_BOUNDS
- See Also:
- Constant Field Values
TYPE_LOWER_BOUNDS
static final int TYPE_LOWER_BOUNDS
- See Also:
- Constant Field Values
CLOSURE_LIST
static final int CLOSURE_LIST
- See Also:
- Constant Field Values
SH_COMMENT
static final int SH_COMMENT
- See Also:
- Constant Field Values
LITERAL_package
static final int LITERAL_package
- See Also:
- Constant Field Values
LITERAL_import
static final int LITERAL_import
- See Also:
- Constant Field Values
LITERAL_static
static final int LITERAL_static
- See Also:
- Constant Field Values
LITERAL_def
static final int LITERAL_def
- See Also:
- Constant Field Values
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
LITERAL_class
static final int LITERAL_class
- See Also:
- Constant Field Values
LITERAL_interface
static final int LITERAL_interface
- See Also:
- Constant Field Values
LITERAL_enum
static final int LITERAL_enum
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
LITERAL_extends
static final int LITERAL_extends
- See Also:
- Constant Field Values
LITERAL_super
static final int LITERAL_super
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
SR
static final int SR
- See Also:
- Constant Field Values
BSR
static final int BSR
- See Also:
- Constant Field Values
LITERAL_void
static final int LITERAL_void
- See Also:
- Constant Field Values
LITERAL_boolean
static final int LITERAL_boolean
- See Also:
- Constant Field Values
LITERAL_byte
static final int LITERAL_byte
- See Also:
- Constant Field Values
LITERAL_char
static final int LITERAL_char
- See Also:
- Constant Field Values
LITERAL_short
static final int LITERAL_short
- See Also:
- Constant Field Values
LITERAL_int
static final int LITERAL_int
- See Also:
- Constant Field Values
LITERAL_float
static final int LITERAL_float
- See Also:
- Constant Field Values
LITERAL_long
static final int LITERAL_long
- See Also:
- Constant Field Values
LITERAL_double
static final int LITERAL_double
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
LITERAL_as
static final int LITERAL_as
- See Also:
- Constant Field Values
LITERAL_private
static final int LITERAL_private
- See Also:
- Constant Field Values
LITERAL_public
static final int LITERAL_public
- See Also:
- Constant Field Values
LITERAL_protected
static final int LITERAL_protected
- See Also:
- Constant Field Values
LITERAL_transient
static final int LITERAL_transient
- See Also:
- Constant Field Values
LITERAL_native
static final int LITERAL_native
- See Also:
- Constant Field Values
LITERAL_threadsafe
static final int LITERAL_threadsafe
- See Also:
- Constant Field Values
LITERAL_synchronized
static final int LITERAL_synchronized
- See Also:
- Constant Field Values
LITERAL_volatile
static final int LITERAL_volatile
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
BAND
static final int BAND
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
NLS
static final int NLS
- See Also:
- Constant Field Values
LITERAL_default
static final int LITERAL_default
- See Also:
- Constant Field Values
LITERAL_throws
static final int LITERAL_throws
- See Also:
- Constant Field Values
LITERAL_implements
static final int LITERAL_implements
- See Also:
- Constant Field Values
LITERAL_this
static final int LITERAL_this
- See Also:
- Constant Field Values
TRIPLE_DOT
static final int TRIPLE_DOT
- See Also:
- Constant Field Values
CLOSABLE_BLOCK_OP
static final int CLOSABLE_BLOCK_OP
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
LITERAL_if
static final int LITERAL_if
- See Also:
- Constant Field Values
LITERAL_else
static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_while
static final int LITERAL_while
- See Also:
- Constant Field Values
LITERAL_switch
static final int LITERAL_switch
- See Also:
- Constant Field Values
LITERAL_for
static final int LITERAL_for
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_return
static final int LITERAL_return
- See Also:
- Constant Field Values
LITERAL_break
static final int LITERAL_break
- See Also:
- Constant Field Values
LITERAL_continue
static final int LITERAL_continue
- See Also:
- Constant Field Values
LITERAL_throw
static final int LITERAL_throw
- See Also:
- Constant Field Values
LITERAL_assert
static final int LITERAL_assert
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
LITERAL_case
static final int LITERAL_case
- See Also:
- Constant Field Values
LITERAL_try
static final int LITERAL_try
- See Also:
- Constant Field Values
LITERAL_finally
static final int LITERAL_finally
- See Also:
- Constant Field Values
LITERAL_catch
static final int LITERAL_catch
- See Also:
- Constant Field Values
SPREAD_DOT
static final int SPREAD_DOT
- See Also:
- Constant Field Values
OPTIONAL_DOT
static final int OPTIONAL_DOT
- See Also:
- Constant Field Values
MEMBER_POINTER
static final int MEMBER_POINTER
- See Also:
- Constant Field Values
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
LITERAL_instanceof
static final int LITERAL_instanceof
- See Also:
- Constant Field Values
LITERAL_new
static final int LITERAL_new
- See Also:
- Constant Field Values
LITERAL_null
static final int LITERAL_null
- See Also:
- Constant Field Values
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
PLUS_ASSIGN
static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
MINUS_ASSIGN
static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
STAR_ASSIGN
static final int STAR_ASSIGN
- See Also:
- Constant Field Values
DIV_ASSIGN
static final int DIV_ASSIGN
- See Also:
- Constant Field Values
MOD_ASSIGN
static final int MOD_ASSIGN
- See Also:
- Constant Field Values
SR_ASSIGN
static final int SR_ASSIGN
- See Also:
- Constant Field Values
BSR_ASSIGN
static final int BSR_ASSIGN
- See Also:
- Constant Field Values
SL_ASSIGN
static final int SL_ASSIGN
- See Also:
- Constant Field Values
BAND_ASSIGN
static final int BAND_ASSIGN
- See Also:
- Constant Field Values
BXOR_ASSIGN
static final int BXOR_ASSIGN
- See Also:
- Constant Field Values
BOR_ASSIGN
static final int BOR_ASSIGN
- See Also: