Interface InterfaceParserTokenTypes
-
- All Known Implementing Classes:
InterfaceLexer
,InterfaceParser
public interface InterfaceParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLON
static int
COMMA
static int
EOF
static int
ID
static int
LITERAL_interface
static int
LITERAL_optional
static int
LPAREN
static int
ML_COMMENT
static int
NULL_TREE_LOOKAHEAD
static int
RPAREN
static int
SEMI
static int
SL_COMMENT
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_interface
static final int LITERAL_interface
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
LITERAL_optional
static final int LITERAL_optional
- 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
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- 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
-
-