public final class SyntaxErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Modifier and Type | Field and Description |
|---|---|
int |
lastError |
| Constructor and Description |
|---|
SyntaxErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasErrors() |
Iterator<SyntaxError> |
iterator() |
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.BaseErrorListenerpublic boolean hasErrors()
public Iterator<SyntaxError> iterator()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.