com.nhncorp.neptune.client.shell.generated
Interface ShellParserConstants

All Known Implementing Classes:
ShellParser, ShellParserTokenManager

public interface ShellParserConstants

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


Field Summary
static int AND
          RegularExpression Id.
static int BY
          RegularExpression Id.
static int CLEAR
          RegularExpression Id.
static int COLUMN
          RegularExpression Id.
static int COLUMNFAMILIES
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CREATE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DELETE
          RegularExpression Id.
static int DESCRIBE
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int DROP
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int EXIT
          RegularExpression Id.
static int HELP
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int INSERT
          RegularExpression Id.
static int LCOMP
          RegularExpression Id.
static int LIMIT
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int NOTEQUAL
          RegularExpression Id.
static int NUM
          RegularExpression Id.
static int NUMERIC
          RegularExpression Id.
static int OPTIONS
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PROJECTION
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int RCOMP
          RegularExpression Id.
static int ROW
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int SELECTION
          RegularExpression Id.
static int SHOW
          RegularExpression Id.
static int SORT
          RegularExpression Id.
static int STORE
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static int SUBSTITUTE
          RegularExpression Id.
static int TABLE
          RegularExpression Id.
static int TIME
          RegularExpression Id.
static int TO
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int UPLOAD
          RegularExpression Id.
static int VALUES
          RegularExpression Id.
static int WHERE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

HELP

static final int HELP
RegularExpression Id.

See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
RegularExpression Id.

See Also:
Constant Field Values

CLEAR

static final int CLEAR
RegularExpression Id.

See Also:
Constant Field Values

SHOW

static final int SHOW
RegularExpression Id.

See Also:
Constant Field Values

DESCRIBE

static final int DESCRIBE
RegularExpression Id.

See Also:
Constant Field Values

CREATE

static final int CREATE
RegularExpression Id.

See Also:
Constant Field Values

DROP

static final int DROP
RegularExpression Id.

See Also:
Constant Field Values

EXIT

static final int EXIT
RegularExpression Id.

See Also:
Constant Field Values

INSERT

static final int INSERT
RegularExpression Id.

See Also:
Constant Field Values

DELETE

static final int DELETE
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

UPLOAD

static final int UPLOAD
RegularExpression Id.

See Also:
Constant Field Values

ROW

static final int ROW
RegularExpression Id.

See Also:
Constant Field Values

COLUMN

static final int COLUMN
RegularExpression Id.

See Also:
Constant Field Values

TIME

static final int TIME
RegularExpression Id.

See Also:
Constant Field Values

VALUES

static final int VALUES
RegularExpression Id.

See Also:
Constant Field Values

COLUMNFAMILIES

static final int COLUMNFAMILIES
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

LIMIT

static final int LIMIT
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

NOTEQUAL

static final int NOTEQUAL
RegularExpression Id.

See Also:
Constant Field Values

OPTIONS

static final int OPTIONS
RegularExpression Id.

See Also:
Constant Field Values

SUBSTITUTE

static final int SUBSTITUTE
RegularExpression Id.

See Also:
Constant Field Values

TABLE

static final int TABLE
RegularExpression Id.

See Also:
Constant Field Values

STORE

static final int STORE
RegularExpression Id.

See Also:
Constant Field Values

TO

static final int TO
RegularExpression Id.

See Also:
Constant Field Values

BY

static final int BY
RegularExpression Id.

See Also:
Constant Field Values

PROJECTION

static final int PROJECTION
RegularExpression Id.

See Also:
Constant Field Values

SELECTION

static final int SELECTION
RegularExpression Id.

See Also:
Constant Field Values

SORT

static final int SORT
RegularExpression Id.

See Also:
Constant Field Values

LCOMP

static final int LCOMP
RegularExpression Id.

See Also:
Constant Field Values

RCOMP

static final int RCOMP
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

NUM

static final int NUM
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

static final int QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

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