Class AxiomQueryErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
com.evolveum.axiom.lang.antlr.AxiomQueryErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener

public class AxiomQueryErrorListener extends org.antlr.v4.runtime.BaseErrorListener
Created by Dominik.
  • Constructor Details

    • AxiomQueryErrorListener

      public AxiomQueryErrorListener(org.antlr.v4.runtime.Vocabulary vocabulary)
  • Method Details

    • syntaxError

      public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
      Specified by:
      syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListener
      Overrides:
      syntaxError in class org.antlr.v4.runtime.BaseErrorListener
    • getSyntaxErrors

      public List<AxiomQueryError> getSyntaxErrors()