public interface PtParserConstants
Modifier and Type | Field and 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.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int MULTI_LINE_COMMENT
static final int PLUS
static final int MINUS
static final int MULTIPLY
static final int DIVIDE
static final int MODULO
static final int POWER
static final int OPENPAREN
static final int CLOSEPAREN
static final int OPENBRACE
static final int CLOSEBRACE
static final int OPENBRACKET
static final int CLOSEBRACKET
static final int COMMA
static final int PERIOD
static final int COLON
static final int QUESTION
static final int OPENUNION
static final int CLOSEUNION
static final int GT
static final int LT
static final int GTE
static final int LTE
static final int NOTEQUALS
static final int EQUALS
static final int COND_AND
static final int COND_OR
static final int BOOL_NOT
static final int BITWISE_NOT
static final int AND
static final int OR
static final int XOR
static final int SHL
static final int SHR
static final int LSHR
static final int INTEGER
static final int INTEGER_FORMAT_SPEC
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int EXPONENT
static final int DOUBLE
static final int COMPLEX
static final int BOOLEAN
static final int FUNCTION
static final int ID
static final int LETTER
static final int STRING
static final int SETEQUALS
static final int SEPARATOR
static final int SMSTRING
static final int SMDOLLAR
static final int SMDOLLARBRACE
static final int SMDOLLARPAREN
static final int SMID
static final int SMLETTER
static final int SMIDBRACE
static final int SMBRACE
static final int SMIDPAREN
static final int SMPAREN
static final int ERROR
static final int DEFAULT
static final int SingleLineCommentMode
static final int MultiLineCommentMode
static final int StringModeIDBrace
static final int StringModeIDParen
static final int StringMode
static final int StringModeIDNone
static final java.lang.String[] tokenImage