Class AxiomErrorListener

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

public class AxiomErrorListener extends org.antlr.v4.runtime.BaseErrorListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
     
    void
     

    Methods inherited from class org.antlr.v4.runtime.BaseErrorListener

    reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AxiomErrorListener

      public AxiomErrorListener(String source)
  • 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
    • validate

      public void validate() throws AxiomSyntaxException
      Throws:
      AxiomSyntaxException