Package ptolemy.data.expr
Interface PtParserConstants
-
- All Known Implementing Classes:
PtParser
,PtParserTokenManager
public interface PtParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AND
RegularExpression Id.static int
BITWISE_NOT
RegularExpression Id.static int
BOOL_NOT
RegularExpression Id.static int
BOOLEAN
RegularExpression Id.static int
CLOSEBRACE
RegularExpression Id.static int
CLOSEBRACKET
RegularExpression Id.static int
CLOSEPAREN
RegularExpression Id.static int
CLOSEUNION
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COMPLEX
RegularExpression Id.static int
COND_AND
RegularExpression Id.static int
COND_OR
RegularExpression Id.static int
DECIMAL_LITERAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIVIDE
RegularExpression Id.static int
DOUBLE
RegularExpression Id.static int
EOF
End of File.static int
EQUALS
RegularExpression Id.static int
ERROR
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FUNCTION
RegularExpression Id.static int
GT
RegularExpression Id.static int
GTE
RegularExpression Id.static int
HEX_LITERAL
RegularExpression Id.static int
ID
RegularExpression Id.static int
INTEGER
RegularExpression Id.static int
INTEGER_FORMAT_SPEC
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LSHR
RegularExpression Id.static int
LT
RegularExpression Id.static int
LTE
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MODULO
RegularExpression Id.static int
MULTI_LINE_COMMENT
RegularExpression Id.static int
MultiLineCommentMode
Lexical state.static int
MULTIPLY
RegularExpression Id.static int
NOTEQUALS
RegularExpression Id.static int
OCTAL_LITERAL
RegularExpression Id.static int
OPENBRACE
RegularExpression Id.static int
OPENBRACKET
RegularExpression Id.static int
OPENPAREN
RegularExpression Id.static int
OPENUNION
RegularExpression Id.static int
OR
RegularExpression Id.static int
PERIOD
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
POWER
RegularExpression Id.static int
QUESTION
RegularExpression Id.static int
SEPARATOR
RegularExpression Id.static int
SETEQUALS
RegularExpression Id.static int
SHL
RegularExpression Id.static int
SHR
RegularExpression Id.static int
SINGLE_LINE_COMMENT
RegularExpression Id.static int
SingleLineCommentMode
Lexical state.static int
SMBRACE
RegularExpression Id.static int
SMDOLLAR
RegularExpression Id.static int
SMDOLLARBRACE
RegularExpression Id.static int
SMDOLLARPAREN
RegularExpression Id.static int
SMID
RegularExpression Id.static int
SMIDBRACE
RegularExpression Id.static int
SMIDPAREN
RegularExpression Id.static int
SMLETTER
RegularExpression Id.static int
SMPAREN
RegularExpression Id.static int
SMSTRING
RegularExpression Id.static int
STRING
RegularExpression Id.static int
StringMode
Lexical state.static int
StringModeIDBrace
Lexical state.static int
StringModeIDNone
Lexical state.static int
StringModeIDParen
Lexical state.static java.lang.String[]
tokenImage
Literal token values.static int
XOR
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
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
-
MULTIPLY
static final int MULTIPLY
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
RegularExpression Id.- See Also:
- Constant Field Values
-
POWER
static final int POWER
RegularExpression Id.- See Also:
- Constant Field Values
-
OPENPAREN
static final int OPENPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSEPAREN
static final int CLOSEPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
OPENBRACE
static final int OPENBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSEBRACE
static final int CLOSEBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
OPENBRACKET
static final int OPENBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSEBRACKET
static final int CLOSEBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
RegularExpression Id.- See Also:
- Constant Field Values
-
OPENUNION
static final int OPENUNION
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSEUNION
static final int CLOSEUNION
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
GTE
static final int GTE
RegularExpression Id.- See Also:
- Constant Field Values
-
LTE
static final int LTE
RegularExpression Id.- See Also:
- Constant Field Values
-
NOTEQUALS
static final int NOTEQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
COND_AND
static final int COND_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
COND_OR
static final int COND_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOL_NOT
static final int BOOL_NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISE_NOT
static final int BITWISE_NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
RegularExpression Id.- See Also:
- Constant Field Values
-
SHL
static final int SHL
RegularExpression Id.- See Also:
- Constant Field Values
-
SHR
static final int SHR
RegularExpression Id.- See Also:
- Constant Field Values
-
LSHR
static final int LSHR
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_FORMAT_SPEC
static final int INTEGER_FORMAT_SPEC
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
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
-
COMPLEX
static final int COMPLEX
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
SETEQUALS
static final int SETEQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
SEPARATOR
static final int SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
SMSTRING
static final int SMSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
SMDOLLAR
static final int SMDOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SMDOLLARBRACE
static final int SMDOLLARBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
SMDOLLARPAREN
static final int SMDOLLARPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
SMID
static final int SMID
RegularExpression Id.- See Also:
- Constant Field Values
-
SMLETTER
static final int SMLETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
SMIDBRACE
static final int SMIDBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
SMBRACE
static final int SMBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
SMIDPAREN
static final int SMIDPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
SMPAREN
static final int SMPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
SingleLineCommentMode
static final int SingleLineCommentMode
Lexical state.- See Also:
- Constant Field Values
-
MultiLineCommentMode
static final int MultiLineCommentMode
Lexical state.- See Also:
- Constant Field Values
-
StringModeIDBrace
static final int StringModeIDBrace
Lexical state.- See Also:
- Constant Field Values
-
StringModeIDParen
static final int StringModeIDParen
Lexical state.- See Also:
- Constant Field Values
-
StringMode
static final int StringMode
Lexical state.- See Also:
- Constant Field Values
-
StringModeIDNone
static final int StringModeIDNone
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-