com.nhncorp.neptune.client.shell.select.generated
Interface QueryParserConstants

All Known Implementing Classes:
QueryParser, QueryParserTokenManager

public interface QueryParserConstants

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


Field Summary
static int CLOSE_PAR
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIGITS
          RegularExpression Id.
static int ECHAR
          RegularExpression Id.
static int END
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int K_AND
          RegularExpression Id.
static int K_BETWEEN
          RegularExpression Id.
static int K_FROM
          RegularExpression Id.
static int K_OR
          RegularExpression Id.
static int K_SELECT
          RegularExpression Id.
static int K_TABLET_ROWS
          RegularExpression Id.
static int K_TIMESTAMP
          RegularExpression Id.
static int K_WHERE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int OPEN_PAR
          RegularExpression Id.
static int QUOTEDSTRING
          RegularExpression Id.
static int S_ALL
          RegularExpression Id.
static int S_IDENTIFIER
          RegularExpression Id.
static int S_NUMBER
          RegularExpression Id.
static int SPECIAL_CHARS
          RegularExpression Id.
static int TEXT
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

END

static final int END
RegularExpression Id.

See Also:
Constant Field Values

K_SELECT

static final int K_SELECT
RegularExpression Id.

See Also:
Constant Field Values

K_FROM

static final int K_FROM
RegularExpression Id.

See Also:
Constant Field Values

K_WHERE

static final int K_WHERE
RegularExpression Id.

See Also:
Constant Field Values

K_AND

static final int K_AND
RegularExpression Id.

See Also:
Constant Field Values

K_OR

static final int K_OR
RegularExpression Id.

See Also:
Constant Field Values

K_TABLET_ROWS

static final int K_TABLET_ROWS
RegularExpression Id.

See Also:
Constant Field Values

K_TIMESTAMP

static final int K_TIMESTAMP
RegularExpression Id.

See Also:
Constant Field Values

K_BETWEEN

static final int K_BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

S_IDENTIFIER

static final int S_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

S_NUMBER

static final int S_NUMBER
RegularExpression Id.

See Also:
Constant Field Values

S_ALL

static final int S_ALL
RegularExpression Id.

See Also:
Constant Field Values

TEXT

static final int TEXT
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

SPECIAL_CHARS

static final int SPECIAL_CHARS
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DIGITS

static final int DIGITS
RegularExpression Id.

See Also:
Constant Field Values

OPEN_PAR

static final int OPEN_PAR
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_PAR

static final int CLOSE_PAR
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

ECHAR

static final int ECHAR
RegularExpression Id.

See Also:
Constant Field Values

QUOTEDSTRING

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