ConditionParser
, ConditionParserTokenManager
public interface ConditionParserConstants
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.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int LPAREN
static final int RPAREN
static final int BANG
static final int SC_OR
static final int SC_AND
static final int TRUE
static final int FALSE
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int DEFAULT
static final int IN_SINGLE_LINE_COMMENT
static final int IN_FORMAL_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage