Class YEdDescriptiveErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.graphwalker.dsl.antlr.yed.YEdDescriptiveErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener

public class YEdDescriptiveErrorListener extends org.antlr.v4.runtime.BaseErrorListener
Created by krikar on 8/20/14.
  • Field Details

  • Constructor Details

    • YEdDescriptiveErrorListener

      public YEdDescriptiveErrorListener()
  • 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