org.springmodules.validation.valang.parser
Interface ValangParserConstants

All Known Implementing Classes:
ValangParser, ValangParserTokenManager

public interface ValangParserConstants

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


Field Summary
static int ADD
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int BETWEEN
          RegularExpression Id.
static int DATE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIVIDE
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FUNCTION_NAME
          RegularExpression Id.
static int GREATER_THAN
          RegularExpression Id.
static int GREATER_THAN_OR_EQUAL
          RegularExpression Id.
static int HAS_LENGTH
          RegularExpression Id.
static int HAS_NO_LENGTH
          RegularExpression Id.
static int HAS_NO_TEXT
          RegularExpression Id.
static int HAS_TEXT
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int INDEXED_PATH_ELEMENT
          RegularExpression Id.
static int IS_BLANK
          RegularExpression Id.
static int IS_LOWER_CASE
          RegularExpression Id.
static int IS_NOT_BLANK
          RegularExpression Id.
static int IS_NOT_LOWER_CASE
          RegularExpression Id.
static int IS_NOT_NULL
          RegularExpression Id.
static int IS_NOT_UPPER_CASE
          RegularExpression Id.
static int IS_NOT_WORD
          RegularExpression Id.
static int IS_NULL
          RegularExpression Id.
static int IS_UPPER_CASE
          RegularExpression Id.
static int IS_WORD
          RegularExpression Id.
static int LESS_THAN
          RegularExpression Id.
static int LESS_THAN_OR_EQUAL
          RegularExpression Id.
static int LOWERLETTER
          RegularExpression Id.
static int MOD
          RegularExpression Id.
static int MULTIPLY
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NOT_BETWEEN
          RegularExpression Id.
static int NOT_EQUAL
          RegularExpression Id.
static int NOT_IN
          RegularExpression Id.
static int NUM
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PATH
          RegularExpression Id.
static int PLAIN_PATH_ELEMENT
          RegularExpression Id.
static int POSITIVE_INTEGER
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int SUBTRACT
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int UNDERSCORE
          RegularExpression Id.
static int UPPERLETTER
          RegularExpression Id.
static int WHERE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

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

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

NOT_BETWEEN

static final int NOT_BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

NOT_IN

static final int NOT_IN
RegularExpression Id.

See Also:
Constant Field Values

IS_NULL

static final int IS_NULL
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_NULL

static final int IS_NOT_NULL
RegularExpression Id.

See Also:
Constant Field Values

HAS_TEXT

static final int HAS_TEXT
RegularExpression Id.

See Also:
Constant Field Values

HAS_NO_TEXT

static final int HAS_NO_TEXT
RegularExpression Id.

See Also:
Constant Field Values

HAS_LENGTH

static final int HAS_LENGTH
RegularExpression Id.

See Also:
Constant Field Values

HAS_NO_LENGTH

static final int HAS_NO_LENGTH
RegularExpression Id.

See Also:
Constant Field Values

IS_BLANK

static final int IS_BLANK
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_BLANK

static final int IS_NOT_BLANK
RegularExpression Id.

See Also:
Constant Field Values

IS_UPPER_CASE

static final int IS_UPPER_CASE
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_UPPER_CASE

static final int IS_NOT_UPPER_CASE
RegularExpression Id.

See Also:
Constant Field Values

IS_LOWER_CASE

static final int IS_LOWER_CASE
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_LOWER_CASE

static final int IS_NOT_LOWER_CASE
RegularExpression Id.

See Also:
Constant Field Values

IS_WORD

static final int IS_WORD
RegularExpression Id.

See Also:
Constant Field Values

IS_NOT_WORD

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

GREATER_THAN_OR_EQUAL

static final int GREATER_THAN_OR_EQUAL
RegularExpression Id.

See Also:
Constant Field Values

GREATER_THAN

static final int GREATER_THAN
RegularExpression Id.

See Also:
Constant Field Values

LESS_THAN_OR_EQUAL

static final int LESS_THAN_OR_EQUAL
RegularExpression Id.

See Also:
Constant Field Values

LESS_THAN

static final int LESS_THAN
RegularExpression Id.

See Also:
Constant Field Values

NOT_EQUAL

static final int NOT_EQUAL
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

ADD

static final int ADD
RegularExpression Id.

See Also:
Constant Field Values

SUBTRACT

static final int SUBTRACT
RegularExpression Id.

See Also:
Constant Field Values

MULTIPLY

static final int MULTIPLY
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

MOD

static final int MOD
RegularExpression Id.

See Also:
Constant Field Values

WHERE

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

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

UNDERSCORE

static final int UNDERSCORE
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

POSITIVE_INTEGER

static final int POSITIVE_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

LOWERLETTER

static final int LOWERLETTER
RegularExpression Id.

See Also:
Constant Field Values

UPPERLETTER

static final int UPPERLETTER
RegularExpression Id.

See Also:
Constant Field Values

PLAIN_PATH_ELEMENT

static final int PLAIN_PATH_ELEMENT
RegularExpression Id.

See Also:
Constant Field Values

INDEXED_PATH_ELEMENT

static final int INDEXED_PATH_ELEMENT
RegularExpression Id.

See Also:
Constant Field Values

FUNCTION_NAME

static final int FUNCTION_NAME
RegularExpression Id.

See Also:
Constant Field Values

PATH

static final int PATH
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

DATE

static final int DATE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2009. All Rights Reserved.