Example usage for org.antlr.v4.runtime ANTLRErrorListener interface-usage

List of usage examples for org.antlr.v4.runtime ANTLRErrorListener interface-usage

Introduction

In this page you can find the example usage for org.antlr.v4.runtime ANTLRErrorListener interface-usage.

Usage

From source file br.beholder.memelang.model.analisador.ErroLexico.java

/**
 *
 * @author Alisson
 */
public class ErroLexico implements ANTLRErrorListener {
    List<String> errors = new ArrayList();

From source file com.abubusoft.kripton.android.sqlite.internals.JQLBaseErrorListener.java

/**
 * The listener interface for receiving JQLBaseError events.
 * The class that is interested in processing a JQLBaseError
 * event implements this interface, and the object created
 * with that class is registered with a component using the
 * component's <code>addJQLBaseErrorListener</code> method. When

From source file com.abubusoft.kripton.processor.sqlite.grammars.jql.JQLBaseErrorListener.java

/**
 * The listener interface for receiving JQLBaseError events.
 * The class that is interested in processing a JQLBaseError
 * event implements this interface, and the object created
 * with that class is registered with a component using the
 * component's <code>addJQLBaseErrorListener</code> method. When

From source file com.abubusoft.kripton.processor.sqlite.grammars.uri.ContentUriBaseErrorListener.java

/**
 * The listener interface for receiving contentUriBaseError events.
 * The class that is interested in processing a contentUriBaseError
 * event implements this interface, and the object created
 * with that class is registered with a component using the
 * component's <code>addContentUriBaseErrorListener</code> method. When

From source file com.espertech.esper.epl.parse.Antlr4ErrorListener.java

public class Antlr4ErrorListener implements ANTLRErrorListener {
    private static Log log = LogFactory.getLog(Antlr4ErrorListener.class);

    public final static Antlr4ErrorListener INSTANCE = new Antlr4ErrorListener();

    private Antlr4ErrorListener() {

From source file com.github.jknack.handlebars.internal.HbsErrorReporter.java

/**
 * The Handlebars error reporter.
 *
 * @author edgar.espina
 * @since 0.10.0
 */

From source file com.intuit.karate.core.ParserErrorListener.java

/**
 *
 * @author pthomas3
 */
public class ParserErrorListener implements ANTLRErrorListener {

From source file compile.compilersource.AntlrErrorListener.java

/**
 *
 * @author chris
 */
public class AntlrErrorListener implements ANTLRErrorListener {

From source file cz.vutbr.fit.xproko26.pivis.parser.ErrorListener.java

/**
 * ErrorListener overrides syntaxError method to throw ParseCancellationException.
 * @author Dagmar Prokopova
 */
public class ErrorListener implements ANTLRErrorListener {

From source file de.epdv.plugin.netbeans.lang.go.parser.CollectingErrorsListener.java

/**
 *
 * @author peter
 */
public class CollectingErrorsListener implements ANTLRErrorListener {