Package ucar.units
Interface StandardUnitFormatConstants
-
- All Known Implementing Classes:
StandardUnitFormat,StandardUnitFormatTokenManager
public interface StandardUnitFormatConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLONRegularExpression Id.static intDEFAULTLexical state.static intDIVIDERegularExpression Id.static intEOFEnd of File.static intLBRegularExpression Id.static intLETTERRegularExpression Id.static intLGRegularExpression Id.static intLNRegularExpression Id.static intLPARENRegularExpression Id.static intMINUSRegularExpression Id.static intNAMERegularExpression Id.static intPERIODRegularExpression Id.static intPLUSRegularExpression Id.static intRAISERegularExpression Id.static intREAL_EXPRegularExpression Id.static intRPARENRegularExpression Id.static intSHIFTRegularExpression Id.static intSIGNRegularExpression Id.static intSPRegularExpression Id.static intSTARRegularExpression Id.static intSYMBOLRegularExpression Id.static intTRegularExpression Id.static String[]tokenImageLiteral token values.static intUINTRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SP
static final int SP
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
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
UINT
static final int UINT
RegularExpression Id.- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
REAL_EXP
static final int REAL_EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
RAISE
static final int RAISE
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
SHIFT
static final int SHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
SYMBOL
static final int SYMBOL
RegularExpression Id.- See Also:
- Constant Field Values
-
T
static final int T
RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
LB
static final int LB
RegularExpression Id.- See Also:
- Constant Field Values
-
LN
static final int LN
RegularExpression Id.- See Also:
- Constant Field Values
-
LG
static final int LG
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.
-
-