Removed not used LabelType.

This commit is contained in:
Ivan Kochurkin 2016-12-07 22:40:27 +03:00
parent 4e4b902c20
commit bdc1911e6e
1 changed files with 1 additions and 6 deletions

View File

@ -36,10 +36,5 @@ public enum LabelType {
TOKEN_LABEL, TOKEN_LABEL,
RULE_LIST_LABEL, RULE_LIST_LABEL,
TOKEN_LIST_LABEL, TOKEN_LIST_LABEL,
LEXER_STRING_LABEL, // used in lexer for x='a' 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+=.
;
} }