Package ptolemy.moml.unit
Interface UParserConstants
-
- All Known Implementing Classes:
UParser
,UParserTokenManager
public interface UParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT
Lexical state.static int
DIVIDE
RegularExpression Id.static int
DOLLAR
RegularExpression Id.static int
DOUBLE
RegularExpression Id.static int
EOF
End of File.static int
EQUALS
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LPAREN
RegularExpression Id.static int
LT
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MULTIPLY
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PORT
RegularExpression Id.static int
POWER
RegularExpression Id.static int
RPAREN
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UNITLABEL
RegularExpression 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.
-
-