Removed not used LabelType.
This commit is contained in:
parent
4e4b902c20
commit
bdc1911e6e
|
@ -36,10 +36,5 @@ public enum LabelType {
|
|||
TOKEN_LABEL,
|
||||
RULE_LIST_LABEL,
|
||||
TOKEN_LIST_LABEL,
|
||||
LEXER_STRING_LABEL, // used in lexer for x='a'
|
||||
SUBRULE_LABEL, // x=(...)
|
||||
SUBRULE_LIST_LABEL, // x+=(...)
|
||||
WILDCARD_TREE_LABEL, // Used in tree grammar x=.
|
||||
WILDCARD_TREE_LIST_LABEL // Used in tree grammar x+=.
|
||||
;
|
||||
LEXER_STRING_LABEL; // used in lexer for x='a'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue