Interface SimpleParserConstants
-
- All Known Implementing Classes:
SimpleParser,SimpleParserTokenManager
public interface SimpleParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intALIGNRegularExpression Id.static intANDRegularExpression Id.static intANNORegularExpression Id.static intCLOSE_ENLARGERegularExpression Id.static intCLOSE_PARENRegularExpression Id.static intCLOSE_RANGERegularExpression Id.static intCLOSE_REMAPRegularExpression Id.static intCLOSE_WEIGHTRegularExpression Id.static intCOLONRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFALSERegularExpression Id.static intHOLERegularExpression Id.static intINTERVAL_SEPARATORRegularExpression Id.static intLEFTARROWRegularExpression Id.static intMINUSRegularExpression Id.static intNOTRegularExpression Id.static intOANDRegularExpression Id.static intOPEN_ENLARGERegularExpression Id.static intOPEN_PARENRegularExpression Id.static intOPEN_RANGERegularExpression Id.static intOPEN_REMAPRegularExpression Id.static intOPEN_WEIGHTRegularExpression Id.static intORRegularExpression Id.static intPLUSRegularExpression Id.static intPREFIXRegularExpression Id.static intQUOTERegularExpression Id.static intRIGHTARROWRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSHARPRegularExpression Id.static intTILDARegularExpression Id.static String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWORDRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OAND
static final int OAND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
ALIGN
static final int ALIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN
static final int OPEN_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAREN
static final int CLOSE_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_RANGE
static final int OPEN_RANGE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_RANGE
static final int CLOSE_RANGE
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_WEIGHT
static final int OPEN_WEIGHT
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_WEIGHT
static final int CLOSE_WEIGHT
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_REMAP
static final int OPEN_REMAP
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_REMAP
static final int CLOSE_REMAP
RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHTARROW
static final int RIGHTARROW
RegularExpression Id.- See Also:
- Constant Field Values
-
LEFTARROW
static final int LEFTARROW
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_ENLARGE
static final int OPEN_ENLARGE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_ENLARGE
static final int CLOSE_ENLARGE
RegularExpression Id.- See Also:
- Constant Field Values
-
ANNO
static final int ANNO
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
TILDA
static final int TILDA
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
SHARP
static final int SHARP
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
-
PREFIX
static final int PREFIX
RegularExpression Id.- See Also:
- Constant Field Values
-
HOLE
static final int HOLE
RegularExpression Id.- See Also:
- Constant Field Values
-
INTERVAL_SEPARATOR
static final int INTERVAL_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD
static final int WORD
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.
-
-