ptolemy.data.expr
Interface PtParserConstants

All Known Implementing Classes:
PtParser, PtParserTokenManager

public interface PtParserConstants


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

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

MULTIPLY

static final int MULTIPLY
See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
See Also:
Constant Field Values

MODULO

static final int MODULO
See Also:
Constant Field Values

POWER

static final int POWER
See Also:
Constant Field Values

OPENPAREN

static final int OPENPAREN
See Also:
Constant Field Values

CLOSEPAREN

static final int CLOSEPAREN
See Also:
Constant Field Values

OPENBRACE

static final int OPENBRACE
See Also:
Constant Field Values

CLOSEBRACE

static final int CLOSEBRACE
See Also:
Constant Field Values

OPENBRACKET

static final int OPENBRACKET
See Also:
Constant Field Values

CLOSEBRACKET

static final int CLOSEBRACKET
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

PERIOD

static final int PERIOD
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

QUESTION

static final int QUESTION
See Also:
Constant Field Values

OPENUNION

static final int OPENUNION
See Also:
Constant Field Values

CLOSEUNION

static final int CLOSEUNION
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

GTE

static final int GTE
See Also:
Constant Field Values

LTE

static final int LTE
See Also:
Constant Field Values

NOTEQUALS

static final int NOTEQUALS
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

COND_AND

static final int COND_AND
See Also:
Constant Field Values

COND_OR

static final int COND_OR
See Also:
Constant Field Values

BOOL_NOT

static final int BOOL_NOT
See Also:
Constant Field Values

BITWISE_NOT

static final int BITWISE_NOT
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

SHL

static final int SHL
See Also:
Constant Field Values

SHR

static final int SHR
See Also:
Constant Field Values

LSHR

static final int LSHR
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

INTEGER_FORMAT_SPEC

static final int INTEGER_FORMAT_SPEC
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
See Also:
Constant Field Values

COMPLEX

static final int COMPLEX
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

FUNCTION

static final int FUNCTION
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

SETEQUALS

static final int SETEQUALS
See Also:
Constant Field Values

SEPARATOR

static final int SEPARATOR
See Also:
Constant Field Values

SMSTRING

static final int SMSTRING
See Also:
Constant Field Values

SMDOLLAR

static final int SMDOLLAR
See Also:
Constant Field Values

SMDOLLARBRACE

static final int SMDOLLARBRACE
See Also:
Constant Field Values

SMDOLLARPAREN

static final int SMDOLLARPAREN
See Also:
Constant Field Values

SMID

static final int SMID
See Also:
Constant Field Values

SMLETTER

static final int SMLETTER
See Also:
Constant Field Values

SMIDBRACE

static final int SMIDBRACE
See Also:
Constant Field Values

SMBRACE

static final int SMBRACE
See Also:
Constant Field Values

SMIDPAREN

static final int SMIDPAREN
See Also:
Constant Field Values

SMPAREN

static final int SMPAREN
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

SingleLineCommentMode

static final int SingleLineCommentMode
See Also:
Constant Field Values

MultiLineCommentMode

static final int MultiLineCommentMode
See Also:
Constant Field Values

StringModeIDBrace

static final int StringModeIDBrace
See Also:
Constant Field Values

StringModeIDParen

static final int StringModeIDParen
See Also:
Constant Field Values

StringMode

static final int StringMode
See Also:
Constant Field Values

StringModeIDNone

static final int StringModeIDNone
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage