Interface UnitTokenConstants
-
- All Known Implementing Classes:
UnitFormatParser
interface UnitTokenConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASTERISK
RegularExpression Id.static int
CARET
RegularExpression Id.static int
CLOSE_PAREN
RegularExpression Id.static int
COLON
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
E
RegularExpression Id.static int
EOF
End of File.static int
EXTENDED_CHAR
RegularExpression Id.static int
FLOATING_POINT
RegularExpression Id.static int
INITIAL_CHAR
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
LOG
RegularExpression Id.static int
MIDDLE_DOT
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
NAT_LOG
RegularExpression Id.static int
OPEN_PAREN
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
SOLIDUS
RegularExpression Id.static int
SUPERSCRIPT_DIGIT
RegularExpression Id.static int
SUPERSCRIPT_INTEGER
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UNIT_IDENTIFIER
RegularExpression 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.
-
-