Package org.javacc.utils
Interface ConditionParserConstants
-
- All Known Implementing Classes:
ConditionParser
,ConditionParserTokenManager
public interface ConditionParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANG
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
FALSE
RegularExpression Id.static int
FORMAL_COMMENT
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IN_FORMAL_COMMENT
Lexical state.static int
IN_MULTI_LINE_COMMENT
Lexical state.static int
IN_SINGLE_LINE_COMMENT
Lexical state.static int
LETTER
RegularExpression Id.static int
LPAREN
RegularExpression Id.static int
MULTI_LINE_COMMENT
RegularExpression Id.static int
PART_LETTER
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
SC_AND
RegularExpression Id.static int
SC_OR
RegularExpression Id.static int
SINGLE_LINE_COMMENT
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
FORMAL_COMMENT
static final int FORMAL_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
BANG
static final int BANG
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_OR
static final int SC_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_AND
static final int SC_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
PART_LETTER
static final int PART_LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-