forked from jasder/antlr
err->warning
This commit is contained in:
parent
ae111eddbd
commit
52d3e7ac71
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue