Interface Validation.Handler

  • All Superinterfaces:
    org.antlr.v4.runtime.ANTLRErrorListener
    Enclosing class:
    Validation

    public static interface Validation.Handler
    extends org.antlr.v4.runtime.ANTLRErrorListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void error​(int start, int end, String message)  
      int getErrorCount()  
      void warn​(int start, int end, String message)  
      • Methods inherited from interface org.antlr.v4.runtime.ANTLRErrorListener

        reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity, syntaxError
    • Method Detail

      • error

        void error​(int start,
                   int end,
                   String message)
      • warn

        void warn​(int start,
                  int end,
                  String message)
      • getErrorCount

        int getErrorCount()