Package ptolemy.data.expr
Interface MatrixParserConstants
-
- All Known Implementing Classes:
MatrixParser
,MatrixParserTokenManager
public interface MatrixParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMMENT
RegularExpression Id.static int
CONSTANT
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
EOF
End of File.static int
FLOAT
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
NAME
RegularExpression Id.static int
NATURAL
RegularExpression Id.static int
SIGN
RegularExpression Id.static java.lang.String[]
tokenImage
Literal 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.
-
-