com.pmdesigns.jvc.tools
Interface JVCParserConstants

All Known Implementing Classes:
JVCParser, JVCParserTokenManager

public interface JVCParserConstants

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


Field Summary
static int ALPHA
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int END_CACHE_BLOCK
          RegularExpression Id.
static int END_TAG
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int ESCAPED_CHAR
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IMPORT
          RegularExpression Id.
static int IN_CODE
          Lexical state.
static int IN_COMMENT
          Lexical state.
static int IN_EXPR
          Lexical state.
static int IN_EXPR2
          Lexical state.
static int IN_LOAD
          Lexical state.
static int OTHER
          RegularExpression Id.
static int START_CACHE_BLOCK
          RegularExpression Id.
static int START_CODE_TAG
          RegularExpression Id.
static int START_COMMENT_TAG
          RegularExpression Id.
static int START_EXPR_TAG
          RegularExpression Id.
static int START_EXPR2_TAG
          RegularExpression Id.
static int START_LOAD_TAG
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int WS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

START_CODE_TAG

static final int START_CODE_TAG
RegularExpression Id.

See Also:
Constant Field Values

START_EXPR_TAG

static final int START_EXPR_TAG
RegularExpression Id.

See Also:
Constant Field Values

START_EXPR2_TAG

static final int START_EXPR2_TAG
RegularExpression Id.

See Also:
Constant Field Values

START_LOAD_TAG

static final int START_LOAD_TAG
RegularExpression Id.

See Also:
Constant Field Values

START_COMMENT_TAG

static final int START_COMMENT_TAG
RegularExpression Id.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

START_CACHE_BLOCK

static final int START_CACHE_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

END_CACHE_BLOCK

static final int END_CACHE_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

END_TAG

static final int END_TAG
RegularExpression Id.

See Also:
Constant Field Values

IMPORT

static final int IMPORT
RegularExpression Id.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

ALPHA

static final int ALPHA
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

ESCAPED_CHAR

static final int ESCAPED_CHAR
RegularExpression Id.

See Also:
Constant Field Values

OTHER

static final int OTHER
RegularExpression Id.

See Also:
Constant Field Values

IN_COMMENT

static final int IN_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_LOAD

static final int IN_LOAD
Lexical state.

See Also:
Constant Field Values

IN_EXPR2

static final int IN_EXPR2
Lexical state.

See Also:
Constant Field Values

IN_EXPR

static final int IN_EXPR
Lexical state.

See Also:
Constant Field Values

IN_CODE

static final int IN_CODE
Lexical state.

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.