public class io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener extends org.antlr.v4.runtime.BaseErrorListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener
  super_class: org.antlr.v4.runtime.BaseErrorListener
{
  private final org.eclipse.collections.api.list.MutableList<io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error> errors;
    descriptor: Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/list/MutableList<Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener$Error;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
         0: .line 11
            aload 0 /* this */
            invokespecial org.antlr.v4.runtime.BaseErrorListener.<init>:()V
         1: .line 14
            aload 0 /* this */
            getstatic org.eclipse.collections.api.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.of:()Lorg/eclipse/collections/api/list/MutableList;
            putfield io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener.errors:Lorg/eclipse/collections/api/list/MutableList;
         2: .line 11
            return
        end local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener;

  public void syntaxError(org.antlr.v4.runtime.Recognizer<?, ?>, , int, int, java.lang.String, org.antlr.v4.runtime.RecognitionException);
    descriptor: (Lorg/antlr/v4/runtime/Recognizer;Ljava/lang/Object;IILjava/lang/String;Lorg/antlr/v4/runtime/RecognitionException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
        start local 1 // org.antlr.v4.runtime.Recognizer recognizer
        start local 2 // java.lang.Object offendingSymbol
        start local 3 // int line
        start local 4 // int charPositionInLine
        start local 5 // java.lang.String msg
        start local 6 // org.antlr.v4.runtime.RecognitionException e
         0: .line 23
            aload 0 /* this */
            getfield io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener.errors:Lorg/eclipse/collections/api/list/MutableList;
            new io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error
            dup
            aload 2 /* offendingSymbol */
            iload 3 /* line */
            iload 4 /* charPositionInLine */
            aload 5 /* msg */
            invokespecial io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error.<init>:(Ljava/lang/Object;IILjava/lang/String;)V
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 24
            return
        end local 6 // org.antlr.v4.runtime.RecognitionException e
        end local 5 // java.lang.String msg
        end local 4 // int charPositionInLine
        end local 3 // int line
        end local 2 // java.lang.Object offendingSymbol
        end local 1 // org.antlr.v4.runtime.Recognizer recognizer
        end local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener;
            0    2     1          recognizer  Lorg/antlr/v4/runtime/Recognizer<**>;
            0    2     2     offendingSymbol  Ljava/lang/Object;
            0    2     3                line  I
            0    2     4  charPositionInLine  I
            0    2     5                 msg  Ljava/lang/String;
            0    2     6                   e  Lorg/antlr/v4/runtime/RecognitionException;
    Signature: (Lorg/antlr/v4/runtime/Recognizer<**>;Ljava/lang/Object;IILjava/lang/String;Lorg/antlr/v4/runtime/RecognitionException;)V
    MethodParameters:
                    Name  Flags
      recognizer          
      offendingSymbol     
      line                
      charPositionInLine  
      msg                 
      e                   

  public org.eclipse.collections.api.list.ListIterable<io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error> getErrors();
    descriptor: ()Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
         0: .line 28
            aload 0 /* this */
            getfield io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener.errors:Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener;
    Signature: ()Lorg/eclipse/collections/api/list/ListIterable<Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener$Error;>;

  public boolean hasErrors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
         0: .line 33
            aload 0 /* this */
            getfield io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener.errors:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.notEmpty:()Z
            ireturn
        end local 0 // io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/github/vmzakharov/ecdataframe/grammar/CollectingErrorListener;
}
SourceFile: "CollectingErrorListener.java"
NestMembers:
  io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error
InnerClasses:
  public Error = io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener$Error of io.github.vmzakharov.ecdataframe.grammar.CollectingErrorListener