err->warning

This commit is contained in:
Terence Parr 2012-11-18 13:04:43 -08:00
parent ae111eddbd
commit 52d3e7ac71
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public enum ErrorType {
V3_TREE_GRAMMAR(200, "tree grammars are not supported in ANTLR v4", ErrorSeverity.ERROR_ONE_OFF),
V3_LEXER_LABEL(201, "labels in lexer rules are not supported in ANTLR v4; " +
"actions cannot reference elements of lexical rules but you can use " +
"getText() to get the entire text matched for the rule", ErrorSeverity.ERROR_ONE_OFF),
"getText() to get the entire text matched for the rule", ErrorSeverity.WARNING),
// Dependency sorting errors