Package org.terrier.utility
Interface ClassNameParserConstants
-
- All Known Implementing Classes:
ClassNameParser
,ClassNameParserTokenManager
public interface ClassNameParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_PAREN
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
OPEN_PAREN
RegularExpression Id.static int
PARAM_COMMA
RegularExpression Id.static int
PARAM_WORD
RegularExpression Id.static int
PERIOD
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
WithinBrackets
Lexical state.static int
WORD
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
WORD
static final int WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN
static final int OPEN_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAM_WORD
static final int PARAM_WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAM_COMMA
static final int PARAM_COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAREN
static final int CLOSE_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinBrackets
static final int WithinBrackets
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-