public interface GroupParserTokenTypes
Modifier and Type | Field and 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 |
static final int EOF
static final int NULL_TREE_LOOKAHEAD
static final int LITERAL_group
static final int ID
static final int COLON
static final int LITERAL_implements
static final int COMMA
static final int SEMI
static final int AT
static final int DOT
static final int LPAREN
static final int RPAREN
static final int DEFINED_TO_BE
static final int STRING
static final int BIGSTRING
static final int ASSIGN
static final int ANONYMOUS_TEMPLATE
static final int LBRACK
static final int RBRACK
static final int LITERAL_default
static final int STAR
static final int PLUS
static final int OPTIONAL
static final int SL_COMMENT
static final int ML_COMMENT
static final int WS
Copyright © 2006-2016 Terence Parr