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
FieldsModifier and TypeFieldDescriptionstatic int
RegularExpression Id.static int
Lexical state.static int
RegularExpression Id.static int
RegularExpression Id.static int
End of File.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static String[]
Literal token values.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGERRegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMALRegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGITRegularExpression Id.- See Also:
- Constant Field Values
-
IMAGINARY
static final int IMAGINARYRegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIERRegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTERRegularExpression Id.- See Also:
- Constant Field Values
-
DELIMITER
static final int DELIMITERRegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOLRegularExpression Id.- See Also:
- Constant Field Values
-
INVALID_CHAR
static final int INVALID_CHARRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-