Class FilterExpressionTextParser.DescriptiveErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
Enclosing class:
FilterExpressionTextParser

public static class FilterExpressionTextParser.DescriptiveErrorListener extends org.antlr.v4.runtime.BaseErrorListener
  • Field Details

  • Constructor Details

    • DescriptiveErrorListener

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