org.eclipse.mat.parser.internal.oql.parser
Interface OQLParserConstants

All Known Implementing Classes:
OQLParser, OQLParserTokenManager

public interface OQLParserConstants

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


Field Summary
static int AND
          RegularExpression Id.
static int BANG
          RegularExpression Id.
static int CHARACTER_LITERAL
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOLLAR_SIGN
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IMPLEMENTS
          RegularExpression Id.
static int IN_FORMAL_COMMENT
          Lexical state.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int IN_SINGLE_LINE_COMMENT
          Lexical state.
static int INSIDE_COMMENT
          RegularExpression Id.
static int INSTANCEOF
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LONG_LITERAL
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PART_LETTER
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int START_FORMAL_COMMENT
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

START_FORMAL_COMMENT

static final int START_FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

INSIDE_COMMENT

static final int INSIDE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

LONG_LITERAL

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

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

CHARACTER_LITERAL

static final int CHARACTER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

INSTANCEOF

static final int INSTANCEOF
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

IMPLEMENTS

static final int IMPLEMENTS
RegularExpression Id.

See Also:
Constant Field Values

DOLLAR_SIGN

static final int DOLLAR_SIGN
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

PART_LETTER

static final int PART_LETTER
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

BANG

static final int BANG
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.