public interface SimplifierRulesConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDABLE
RegularExpression Id.
|
static int |
AND
RegularExpression Id.
|
static int |
CLONEABLE
RegularExpression Id.
|
static int |
CLOSING
RegularExpression Id.
|
static int |
DATA
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DELETABLE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUAL
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
MATCH
RegularExpression Id.
|
static int |
NOT_EQUAL
RegularExpression Id.
|
static int |
NOT_MATCH
RegularExpression Id.
|
static int |
OPENING
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
ORIGINAL_ID
RegularExpression Id.
|
static int |
OUTER_DATA
RegularExpression Id.
|
static int |
QUOTE_DOUBLE
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
RULE_END
RegularExpression Id.
|
static int |
RULE_START
RegularExpression Id.
|
static int |
STANDALONE
RegularExpression Id.
|
static int |
STRING_DOUBLE_BODY
RegularExpression Id.
|
static int |
STRING_DOUBLE_EMPTY
RegularExpression Id.
|
static int |
STRING_DOUBLE_NONEMPTY
RegularExpression Id.
|
static int |
TAG_TYPE
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TYPE
RegularExpression Id.
|
static final int EOF
static final int RULE_START
static final int RULE_END
static final int DATA
static final int OUTER_DATA
static final int ORIGINAL_ID
static final int TYPE
static final int TAG_TYPE
static final int CLOSING
static final int OPENING
static final int STANDALONE
static final int ADDABLE
static final int DELETABLE
static final int CLONEABLE
static final int OR
static final int AND
static final int LPAREN
static final int RPAREN
static final int EQUAL
static final int MATCH
static final int NOT_EQUAL
static final int NOT_MATCH
static final int QUOTE_DOUBLE
static final int STRING_DOUBLE_EMPTY
static final int STRING_DOUBLE_BODY
static final int STRING_DOUBLE_NONEMPTY
static final int DEFAULT
static final String[] tokenImage
Copyright © 2021. All rights reserved.