Package org.javacc.utils
Interface ConditionParserConstants
-
- All Known Implementing Classes:
ConditionParser,ConditionParserTokenManager
public interface ConditionParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intBANGRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFALSERegularExpression Id.static intFORMAL_COMMENTRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intIN_FORMAL_COMMENTLexical state.static intIN_MULTI_LINE_COMMENTLexical state.static intIN_SINGLE_LINE_COMMENTLexical state.static intLETTERRegularExpression Id.static intLPARENRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intPART_LETTERRegularExpression Id.static intRPARENRegularExpression Id.static intSC_ANDRegularExpression Id.static intSC_ORRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression 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.
-
-