Interface SimplifierRulesConstants
-
- All Known Implementing Classes:
SimplifierRules,SimplifierRulesTokenManager
public interface SimplifierRulesConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intADDABLERegularExpression Id.static intANDRegularExpression Id.static intCLONEABLERegularExpression Id.static intCLOSINGRegularExpression Id.static intDATARegularExpression Id.static intDEFAULTLexical state.static intDELETABLERegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intLPARENRegularExpression Id.static intMATCHRegularExpression Id.static intNOT_EQUALRegularExpression Id.static intNOT_MATCHRegularExpression Id.static intOPENINGRegularExpression Id.static intORRegularExpression Id.static intORIGINAL_IDRegularExpression Id.static intOUTER_DATARegularExpression Id.static intQUOTE_DOUBLERegularExpression Id.static intRPARENRegularExpression Id.static intRULE_ENDRegularExpression Id.static intRULE_STARTRegularExpression Id.static intSTANDALONERegularExpression Id.static intSTRING_DOUBLE_BODYRegularExpression Id.static intSTRING_DOUBLE_EMPTYRegularExpression Id.static intSTRING_DOUBLE_NONEMPTYRegularExpression Id.static intTAG_TYPERegularExpression Id.static String[]tokenImageLiteral token values.static intTYPERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
RULE_START
static final int RULE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
RULE_END
static final int RULE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
DATA
static final int DATA
RegularExpression Id.- See Also:
- Constant Field Values
-
OUTER_DATA
static final int OUTER_DATA
RegularExpression Id.- See Also:
- Constant Field Values
-
ORIGINAL_ID
static final int ORIGINAL_ID
RegularExpression Id.- See Also:
- Constant Field Values
-
TYPE
static final int TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_TYPE
static final int TAG_TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSING
static final int CLOSING
RegularExpression Id.- See Also:
- Constant Field Values
-
OPENING
static final int OPENING
RegularExpression Id.- See Also:
- Constant Field Values
-
STANDALONE
static final int STANDALONE
RegularExpression Id.- See Also:
- Constant Field Values
-
ADDABLE
static final int ADDABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
DELETABLE
static final int DELETABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLONEABLE
static final int CLONEABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
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
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
MATCH
static final int MATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_EQUAL
static final int NOT_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_MATCH
static final int NOT_MATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_DOUBLE
static final int QUOTE_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_EMPTY
static final int STRING_DOUBLE_EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_BODY
static final int STRING_DOUBLE_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_NONEMPTY
static final int STRING_DOUBLE_NONEMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-