|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TokenConstants
Interface used to define the constants used by the tokenization process of the scanning/parser of the rule files.
| Field Summary | |
|---|---|
static int |
ACTIONS
Constant used to indicate that the token type is the reserved word actions. |
static int |
ASTERISK
Constant used to indicate that the token type is an asterisk. |
static int |
CLOSE_CURLY_BRACKET
Constant used to indicate that the token type is a close curly bracket. |
static int |
COMMA
Constant used to indicate that the token type is a comma. |
static int |
COMMENT
Constant used to indicate that the token type is a comment. |
static int |
CONDITIONS
Constant used to indicate that the token type is the reserved word conditions. |
static int |
DECLARATIONS
Constant used to indicate that the token type is the reserved word declarations. |
static int |
DOT
Constant used to indicate that the token type is a dot. |
static int |
EOF
Constant used to indicate that the token type is EOF. |
static int |
EQUALS
Constant used to indicate that the token type is an equals sign. |
static int |
ERROR
Constant used to indicate that the token type is an error. |
static int |
EXTENDS
Constant used to indicate that the token type is the reserved word extends. |
static int |
IDENT
Constant used to indicate that the token type is an identifier. |
static int |
IMPLEMENTS
Constant used to indicate that the token type is the reserved word implements. |
static int |
IMPORT
Constant used to indicate that the token type is the reserved word import. |
static int |
LOCALDECL
Constant used to indicate that the token type is the reserved word localdecl. |
static int |
NONE_ABOVE
Constant used to indicate that the token type is none of the above. |
static int |
OPEN_CURLY_BRACKET
Constant used to indicate that the token type is an open curly bracket. |
static int |
PACKAGE
Constant used to indicate that the token type is the reserved word package. |
static int |
PUBLIC
Constant used to indicate that the token type is the reserved word public. |
static int |
RULE
Constant used to indicate that the token type is the reserved word rule. |
static int |
RULE_BASE
Constant used to indicate that the token type is the reserved word ruleBase. |
static int |
SEMICOLON
Constant used to indicate that the token type is a semicolon. |
static int |
STRING
Constant used to indicate that the token type is a string constant. |
static int |
WHITE_SPACE
Constant used to indicate that the token type is white spaces. |
| Field Detail |
|---|
static final int COMMENT
static final int OPEN_CURLY_BRACKET
static final int CLOSE_CURLY_BRACKET
static final int IDENT
static final int WHITE_SPACE
static final int EOF
static final int ERROR
static final int STRING
static final int RULE_BASE
ruleBase.
static final int RULE
rule.
static final int EXTENDS
extends.
static final int DECLARATIONS
declarations.
static final int SEMICOLON
static final int COMMA
static final int CONDITIONS
conditions.
static final int ACTIONS
actions.
static final int IMPORT
import.
static final int DOT
static final int ASTERISK
static final int LOCALDECL
localdecl.
static final int EQUALS
static final int PUBLIC
public.
static final int PACKAGE
package.
static final int IMPLEMENTS
implements.
static final int NONE_ABOVE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||