Package ptolemy.data.expr
Interface MatrixParserConstants
-
- All Known Implementing Classes:
MatrixParser,MatrixParserTokenManager
public interface MatrixParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMENTRegularExpression Id.static intCONSTANTRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEOFEnd of File.static intFLOATRegularExpression Id.static intINTEGERRegularExpression Id.static intNAMERegularExpression Id.static intNATURALRegularExpression Id.static intSIGNRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
CONSTANT
static final int CONSTANT
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
NATURAL
static final int NATURAL
RegularExpression Id.- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
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.
-
-