public interface XmlRepresentationExpanderTokenTypes
Modifier and Type | Field and Description |
---|---|
static int |
ACTION |
static int |
Alternative |
static int |
ARG_ACTION |
static int |
ASSIGN |
static int |
BANG |
static int |
CARET |
static int |
CHAR_LITERAL |
static int |
CharSet |
static int |
ClassDef |
static int |
CLOSE_ELEMENT_OPTION |
static int |
COLON |
static int |
COMMA |
static int |
COMMENT |
static int |
DIGIT |
static int |
DOC_COMMENT |
static int |
Element |
static int |
EOF |
static int |
ESC |
static int |
Grammar |
static int |
IMPLIES |
static int |
INT |
static int |
INTERNAL_RULE_REF |
static int |
LastInRule |
static int |
LITERAL_catch |
static int |
LITERAL_charVocabulary |
static int |
LITERAL_class |
static int |
LITERAL_exception |
static int |
LITERAL_extends |
static int |
LITERAL_header |
static int |
LITERAL_lexclass |
static int |
LITERAL_Lexer |
static int |
LITERAL_options |
static int |
LITERAL_Parser |
static int |
LITERAL_private |
static int |
LITERAL_protected |
static int |
LITERAL_public |
static int |
LITERAL_returns |
static int |
LITERAL_throws |
static int |
LITERAL_tokens |
static int |
LITERAL_TreeParser |
static int |
LPAREN |
static int |
ML_COMMENT |
static int |
NESTED_ACTION |
static int |
NESTED_ARG_ACTION |
static int |
NOT_OP |
static int |
NULL_TREE_LOOKAHEAD |
static int |
OPEN_ELEMENT_OPTION |
static int |
OPTIONS |
static int |
OR |
static int |
PLUS |
static int |
QUESTION |
static int |
RANGE |
static int |
RCURLY |
static int |
RPAREN |
static int |
Rule |
static int |
RULE_REF |
static int |
SEMI |
static int |
SEMPRED |
static int |
SL_COMMENT |
static int |
STAR |
static int |
STRING_LITERAL |
static int |
SuperClass |
static int |
TOKEN_REF |
static int |
TOKENS |
static int |
TokensSpecOptions |
static int |
TREE_BEGIN |
static int |
WILDCARD |
static int |
WS |
static int |
WS_LOOP |
static int |
WS_OPT |
static int |
XDIGIT |
static final int EOF
static final int NULL_TREE_LOOKAHEAD
static final int LITERAL_tokens
static final int LITERAL_header
static final int STRING_LITERAL
static final int ACTION
static final int DOC_COMMENT
static final int LITERAL_lexclass
static final int LITERAL_class
static final int LITERAL_extends
static final int LITERAL_Lexer
static final int LITERAL_TreeParser
static final int OPTIONS
static final int ASSIGN
static final int SEMI
static final int RCURLY
static final int LITERAL_charVocabulary
static final int CHAR_LITERAL
static final int INT
static final int OR
static final int RANGE
static final int TOKENS
static final int TOKEN_REF
static final int OPEN_ELEMENT_OPTION
static final int CLOSE_ELEMENT_OPTION
static final int LPAREN
static final int RPAREN
static final int LITERAL_Parser
static final int LITERAL_protected
static final int LITERAL_public
static final int LITERAL_private
static final int BANG
static final int ARG_ACTION
static final int LITERAL_returns
static final int COLON
static final int LITERAL_throws
static final int COMMA
static final int LITERAL_exception
static final int LITERAL_catch
static final int RULE_REF
static final int NOT_OP
static final int SEMPRED
static final int TREE_BEGIN
static final int QUESTION
static final int STAR
static final int PLUS
static final int IMPLIES
static final int CARET
static final int WILDCARD
static final int LITERAL_options
static final int WS
static final int COMMENT
static final int SL_COMMENT
static final int ML_COMMENT
static final int ESC
static final int DIGIT
static final int XDIGIT
static final int NESTED_ARG_ACTION
static final int NESTED_ACTION
static final int WS_LOOP
static final int INTERNAL_RULE_REF
static final int WS_OPT
static final int Grammar
static final int ClassDef
static final int CharSet
static final int TokensSpecOptions
static final int SuperClass
static final int Rule
static final int Alternative
static final int Element
static final int LastInRule
see also the complete user documentation .