Interface UnitTokenConstants
-
- All Known Implementing Classes:
UnitFormatParser
interface UnitTokenConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intASTERISKRegularExpression Id.static intCARETRegularExpression Id.static intCLOSE_PARENRegularExpression Id.static intCOLONRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intERegularExpression Id.static intEOFEnd of File.static intEXTENDED_CHARRegularExpression Id.static intFLOATING_POINTRegularExpression Id.static intINITIAL_CHARRegularExpression Id.static intINTEGERRegularExpression Id.static intLOGRegularExpression Id.static intMIDDLE_DOTRegularExpression Id.static intMINUSRegularExpression Id.static intNAT_LOGRegularExpression Id.static intOPEN_PARENRegularExpression Id.static intPLUSRegularExpression Id.static intSOLIDUSRegularExpression Id.static intSUPERSCRIPT_DIGITRegularExpression Id.static intSUPERSCRIPT_INTEGERRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNIT_IDENTIFIERRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
SUPERSCRIPT_DIGIT
static final int SUPERSCRIPT_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
INITIAL_CHAR
static final int INITIAL_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTENDED_CHAR
static final int EXTENDED_CHAR
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
-
ASTERISK
static final int ASTERISK
RegularExpression Id.- See Also:
- Constant Field Values
-
MIDDLE_DOT
static final int MIDDLE_DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
SOLIDUS
static final int SOLIDUS
RegularExpression Id.- See Also:
- Constant Field Values
-
CARET
static final int CARET
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
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
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
SUPERSCRIPT_INTEGER
static final int SUPERSCRIPT_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT
static final int FLOATING_POINT
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG
static final int LOG
RegularExpression Id.- See Also:
- Constant Field Values
-
NAT_LOG
static final int NAT_LOG
RegularExpression Id.- See Also:
- Constant Field Values
-
E
static final int E
RegularExpression Id.- See Also:
- Constant Field Values
-
UNIT_IDENTIFIER
static final int UNIT_IDENTIFIER
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.
-
-