|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int EOF
static final int START_CODE_TAG
static final int START_EXPR_TAG
static final int START_EXPR2_TAG
static final int START_LOAD_TAG
static final int START_COMMENT_TAG
static final int EOL
static final int START_CACHE_BLOCK
static final int END_CACHE_BLOCK
static final int END_TAG
static final int IMPORT
static final int WS
static final int ALPHA
static final int DIGIT
static final int ID
static final int ESCAPED_CHAR
static final int OTHER
static final int IN_COMMENT
static final int IN_LOAD
static final int IN_EXPR2
static final int IN_EXPR
static final int IN_CODE
static final int DEFAULT
static final java.lang.String[] tokenImage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |