Interface GroupParserTokenTypes
-
- All Known Implementing Classes:
GroupLexer
,GroupParser
public interface GroupParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANONYMOUS_TEMPLATE
static int
ASSIGN
static int
AT
static int
BIGSTRING
static int
COLON
static int
COMMA
static int
DEFINED_TO_BE
static int
DOT
static int
EOF
static int
ID
static int
LBRACK
static int
LITERAL_default
static int
LITERAL_group
static int
LITERAL_implements
static int
LPAREN
static int
ML_COMMENT
static int
NULL_TREE_LOOKAHEAD
static int
OPTIONAL
static int
PLUS
static int
RBRACK
static int
RPAREN
static int
SEMI
static int
SL_COMMENT
static int
STAR
static int
STRING
static int
WS
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
LITERAL_group
static final int LITERAL_group
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
LITERAL_implements
static final int LITERAL_implements
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
AT
static final int AT
- 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
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
DEFINED_TO_BE
static final int DEFINED_TO_BE
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
BIGSTRING
static final int BIGSTRING
- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
-
ANONYMOUS_TEMPLATE
static final int ANONYMOUS_TEMPLATE
- 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
-
LITERAL_default
static final int LITERAL_default
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
OPTIONAL
static final int OPTIONAL
- See Also:
- Constant Field Values
-
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
-
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
-