pynescript.ast.grammar.antlr4.error_listener module

class pynescript.ast.grammar.antlr4.error_listener.PinescriptErrorListener

Bases: ErrorListener

INSTANCE: PinescriptErrorListener | None = <pynescript.ast.grammar.antlr4.error_listener.PinescriptErrorListener object>
syntaxError(recognizer, offendingSymbol, line, column, msg, e)
Parameters:
  • recognizer (Recognizer)

  • offendingSymbol (Token)

  • line (int)

  • column (int)

  • msg (str)

  • e (Exception | None)