com.nhncorp.neptune.client.shell.delete
Interface DeleteParserConstants

All Known Implementing Classes:
DeleteParser, DeleteParserTokenManager

public interface DeleteParserConstants

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


Field Summary
static int CLOSE_PAR
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DELETE
          RegularExpression Id.
static int DIGIT
          RegularExpression Id.
static int END
          RegularExpression Id.
static int EOF
          End of File.
static int EXPONENT
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int OPEN_PAR
          RegularExpression Id.
static int ROWKEY
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int WHERE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

DELETE

static final int DELETE
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

ROWKEY

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

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

END

static final int END
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

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

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

ID

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

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

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