Interface GroupParserTokenTypes
-
- All Known Implementing Classes:
GroupLexer,GroupParser
public interface GroupParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intANONYMOUS_TEMPLATEstatic intASSIGNstatic intATstatic intBIGSTRINGstatic intCOLONstatic intCOMMAstatic intDEFINED_TO_BEstatic intDOTstatic intEOFstatic intIDstatic intLBRACKstatic intLITERAL_defaultstatic intLITERAL_groupstatic intLITERAL_implementsstatic intLPARENstatic intML_COMMENTstatic intNULL_TREE_LOOKAHEADstatic intOPTIONALstatic intPLUSstatic intRBRACKstatic intRPARENstatic intSEMIstatic intSL_COMMENTstatic intSTARstatic intSTRINGstatic intWS
-
-
-
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
-
-