Package org.apfloat.calc
Interface CalculatorParserConstants
-
- All Known Implementing Classes:
CalculatorParser
,CalculatorParserTokenManager
public interface CalculatorParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
DECIMAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DELIMITER
RegularExpression Id.static int
DIGIT
RegularExpression Id.static int
EOF
End of File.static int
EOL
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IMAGINARY
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
INVALID_CHAR
RegularExpression Id.static int
LETTER
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
IMAGINARY
static final int IMAGINARY
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DELIMITER
static final int DELIMITER
RegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
INVALID_CHAR
static final int INVALID_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-