Interface SimpleParserConstants
-
- All Known Implementing Classes:
SimpleParser
,SimpleParserTokenManager
public interface SimpleParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGN
RegularExpression Id.static int
AND
RegularExpression Id.static int
ANNO
RegularExpression Id.static int
CLOSE_ENLARGE
RegularExpression Id.static int
CLOSE_PAREN
RegularExpression Id.static int
CLOSE_RANGE
RegularExpression Id.static int
CLOSE_REMAP
RegularExpression Id.static int
CLOSE_WEIGHT
RegularExpression Id.static int
COLON
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
FALSE
RegularExpression Id.static int
HOLE
RegularExpression Id.static int
INTERVAL_SEPARATOR
RegularExpression Id.static int
LEFTARROW
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
NOT
RegularExpression Id.static int
OAND
RegularExpression Id.static int
OPEN_ENLARGE
RegularExpression Id.static int
OPEN_PAREN
RegularExpression Id.static int
OPEN_RANGE
RegularExpression Id.static int
OPEN_REMAP
RegularExpression Id.static int
OPEN_WEIGHT
RegularExpression Id.static int
OR
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PREFIX
RegularExpression Id.static int
QUOTE
RegularExpression Id.static int
RIGHTARROW
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SHARP
RegularExpression Id.static int
TILDA
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
WORD
RegularExpression 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.
-
-