add CANNOT_FIND_ATTRIBUTE_NAME_IN_DECL

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9429]
This commit is contained in:
parrt 2011-11-22 15:26:41 -08:00
parent 7d5c69842b
commit cfecf4b109
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public enum ErrorType {
ALL_OPS_NEED_SAME_ASSOC(118, "all operators of alt <alt> of left-recursive rule must have same associativity", ErrorSeverity.WARNING),
LEFT_RECURSION_CYCLES(119, "The following sets of rules are mutually left-recursive <arg:{c| [<c:{r|<r.name>}; separator=\", \">]}; separator=\" and \">", ErrorSeverity.ERROR),
MODE_NOT_IN_LEXER(120, "lexical modes are only allowed in lexer grammars", ErrorSeverity.ERROR),
CANNOT_FIND_ATTRIBUTE_NAME_IN_DECL(121, "cannot find an attribute name in attribute declaration", ErrorSeverity.ERROR),
/** Documentation comment is unterminated */
//UNTERMINATED_DOC_COMMENT(, "", ErrorSeverity.ERROR),