lij.parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AGENT
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ASSIGN
          RegularExpression Id.
static int AUXILIARY
          RegularExpression Id.
static int BYREF
          RegularExpression Id.
static int CAPITAL
          RegularExpression Id.
static int CDIGIT
          RegularExpression Id.
static int CLAUSE
          RegularExpression Id.
static int CLETTER
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONSTANT
          RegularExpression Id.
static int CONSTRAINT
          RegularExpression Id.
static int CYCLIC
          RegularExpression Id.
static int DECIMAL_EXPONENT
          RegularExpression Id.
static int DECIMAL_FLOATING_POINT_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int HEXADECIMAL_EXPONENT
          RegularExpression Id.
static int HEXADECIMAL_FLOATING_POINT_LITERAL
          RegularExpression Id.
static int IDIGIT
          RegularExpression Id.
static int INITIAL
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LISTTAIL
          RegularExpression Id.
static int LPAR
          RegularExpression Id.
static int LSB
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MESSAGEIN
          RegularExpression Id.
static int MESSAGEOUT
          RegularExpression Id.
static int NECESSARY
          RegularExpression Id.
static int NEQ
          RegularExpression Id.
static int NOTCAPITAL
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OPTIONAL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PAR
          RegularExpression Id.
static int QUOTE
          RegularExpression Id.
static int ROLE
          RegularExpression Id.
static int RPAR
          RegularExpression Id.
static int RSB
          RegularExpression Id.
static int SINGLEQUOTE
          RegularExpression Id.
static int STRINGLITERAL
          RegularExpression Id.
static int THEN
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int UNCOMMITTED
          RegularExpression Id.
static int VARIABLE
          RegularExpression Id.
static int WILDCARD
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

AGENT

static final int AGENT
RegularExpression Id.

See Also:
Constant Field Values

ROLE

static final int ROLE
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

THEN

static final int THEN
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

PAR

static final int PAR
RegularExpression Id.

See Also:
Constant Field Values

NECESSARY

static final int NECESSARY
RegularExpression Id.

See Also:
Constant Field Values

INITIAL

static final int INITIAL
RegularExpression Id.

See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

AUXILIARY

static final int AUXILIARY
RegularExpression Id.

See Also:
Constant Field Values

CYCLIC

static final int CYCLIC
RegularExpression Id.

See Also:
Constant Field Values

UNCOMMITTED

static final int UNCOMMITTED
RegularExpression Id.

See Also:
Constant Field Values

BYREF

static final int BYREF
RegularExpression Id.

See Also:
Constant Field Values

MESSAGEIN

static final int MESSAGEIN
RegularExpression Id.

See Also:
Constant Field Values

MESSAGEOUT

static final int MESSAGEOUT
RegularExpression Id.

See Also:
Constant Field Values

CONSTRAINT

static final int CONSTRAINT
RegularExpression Id.

See Also:
Constant Field Values

CLAUSE

static final int CLAUSE
RegularExpression Id.

See Also:
Constant Field Values

LPAR

static final int LPAR
RegularExpression Id.

See Also:
Constant Field Values

RPAR

static final int RPAR
RegularExpression Id.

See Also:
Constant Field Values

LSB

static final int LSB
RegularExpression Id.

See Also:
Constant Field Values

RSB

static final int RSB
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

QUOTE

static final int QUOTE
RegularExpression Id.

See Also:
Constant Field Values

SINGLEQUOTE

static final int SINGLEQUOTE
RegularExpression Id.

See Also:
Constant Field Values

LISTTAIL

static final int LISTTAIL
RegularExpression Id.

See Also:
Constant Field Values

WILDCARD

static final int WILDCARD
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
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

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

NEQ

static final int NEQ
RegularExpression Id.

See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
RegularExpression Id.

See Also:
Constant Field Values

CAPITAL

static final int CAPITAL
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

CONSTANT

static final int CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

NOTCAPITAL

static final int NOTCAPITAL
RegularExpression Id.

See Also:
Constant Field Values

CLETTER

static final int CLETTER
RegularExpression Id.

See Also:
Constant Field Values

CDIGIT

static final int CDIGIT
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

IDIGIT

static final int IDIGIT
RegularExpression Id.

See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_FLOATING_POINT_LITERAL

static final int DECIMAL_FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_EXPONENT

static final int DECIMAL_EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

HEXADECIMAL_FLOATING_POINT_LITERAL

static final int HEXADECIMAL_FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

HEXADECIMAL_EXPONENT

static final int HEXADECIMAL_EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

STRINGLITERAL

static final int STRINGLITERAL
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.