public class VersionErrorListener
extends org.antlr.v4.runtime.ConsoleErrorListener
| Modifier and Type | Field and Description |
|---|---|
int |
errors |
| Constructor and Description |
|---|
VersionErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCount() |
boolean |
hasErrors() |
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e)
syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListenersyntaxError in class org.antlr.v4.runtime.ConsoleErrorListenerpublic int getErrorCount()
public boolean hasErrors()
Copyright © 2018. All rights reserved.