Package ptolemy.moml.unit
Interface UParserConstants
-
- All Known Implementing Classes:
UParser,UParserTokenManager
public interface UParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULTLexical state.static intDIVIDERegularExpression Id.static intDOLLARRegularExpression Id.static intDOUBLERegularExpression Id.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intEXPONENTRegularExpression Id.static intINTEGERRegularExpression Id.static intLETTERRegularExpression Id.static intLPARENRegularExpression Id.static intLTRegularExpression Id.static intMINUSRegularExpression Id.static intMULTIPLYRegularExpression Id.static intPLUSRegularExpression Id.static intPORTRegularExpression Id.static intPOWERRegularExpression Id.static intRPARENRegularExpression Id.static intSEMICOLONRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNITLABELRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- 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
-
MULTIPLY
static final int MULTIPLY
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
POWER
static final int POWER
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNITLABEL
static final int UNITLABEL
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
PORT
static final int PORT
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
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-