public class ParseErrorAccumulator extends org.antlr.v4.runtime.BaseErrorListener implements Iterable<ParseError>
| Constructor and Description |
|---|
ParseErrorAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
Iterator<ParseError> |
iterator() |
void |
parseError(String msg,
int charPositionInLine) |
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
reportAmbiguity, reportAttemptingFullContext, reportContextSensitivityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<ParseError> iterator()
iterator in interface Iterable<ParseError>public boolean isEmpty()
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 void parseError(String msg, int charPositionInLine)
Copyright © 2016–2023. All rights reserved.