public class org.antlr.v4.runtime.atn.ArrayPredictionContext extends org.antlr.v4.runtime.atn.PredictionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.ArrayPredictionContext
  super_class: org.antlr.v4.runtime.atn.PredictionContext
{
  public final org.antlr.v4.runtime.atn.PredictionContext[] parents;
    descriptor: [Lorg/antlr/v4/runtime/atn/PredictionContext;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int[] returnStates;
    descriptor: [I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 11
            ldc Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.antlr.v4.runtime.atn.ArrayPredictionContext.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.antlr.v4.runtime.atn.SingletonPredictionContext);
    descriptor: (Lorg/antlr/v4/runtime/atn/SingletonPredictionContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
        start local 1 // org.antlr.v4.runtime.atn.SingletonPredictionContext a
         0: .line 24
            aload 0 /* this */
            iconst_1
            anewarray org.antlr.v4.runtime.atn.PredictionContext
            dup
            iconst_0
            aload 1 /* a */
            getfield org.antlr.v4.runtime.atn.SingletonPredictionContext.parent:Lorg/antlr/v4/runtime/atn/PredictionContext;
            aastore
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 1 /* a */
            getfield org.antlr.v4.runtime.atn.SingletonPredictionContext.returnState:I
            iastore
            invokespecial org.antlr.v4.runtime.atn.ArrayPredictionContext.<init>:([Lorg/antlr/v4/runtime/atn/PredictionContext;[I)V
         1: .line 25
            return
        end local 1 // org.antlr.v4.runtime.atn.SingletonPredictionContext a
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            0    2     1     a  Lorg/antlr/v4/runtime/atn/SingletonPredictionContext;
    MethodParameters:
      Name  Flags
      a     

  public void <init>(org.antlr.v4.runtime.atn.PredictionContext[], int[]);
    descriptor: ([Lorg/antlr/v4/runtime/atn/PredictionContext;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
        start local 1 // org.antlr.v4.runtime.atn.PredictionContext[] parents
        start local 2 // int[] returnStates
         0: .line 28
            aload 0 /* this */
            aload 1 /* parents */
            aload 2 /* returnStates */
            invokestatic org.antlr.v4.runtime.atn.ArrayPredictionContext.calculateHashCode:([Lorg/antlr/v4/runtime/atn/PredictionContext;[I)I
            invokespecial org.antlr.v4.runtime.atn.PredictionContext.<init>:(I)V
         1: .line 29
            getstatic org.antlr.v4.runtime.atn.ArrayPredictionContext.$assertionsDisabled:Z
            ifne 3
            aload 1 /* parents */
            ifnull 2
            aload 1 /* parents */
            arraylength
            ifgt 3
      StackMap locals: org.antlr.v4.runtime.atn.ArrayPredictionContext org.antlr.v4.runtime.atn.PredictionContext[] int[]
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 30
      StackMap locals:
      StackMap stack:
            getstatic org.antlr.v4.runtime.atn.ArrayPredictionContext.$assertionsDisabled:Z
            ifne 5
            aload 2 /* returnStates */
            ifnull 4
            aload 2 /* returnStates */
            arraylength
            ifgt 5
      StackMap locals:
      StackMap stack:
         4: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parents */
            putfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
         6: .line 33
            aload 0 /* this */
            aload 2 /* returnStates */
            putfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
         7: .line 34
            return
        end local 2 // int[] returnStates
        end local 1 // org.antlr.v4.runtime.atn.PredictionContext[] parents
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            0    8     1       parents  [Lorg/antlr/v4/runtime/atn/PredictionContext;
            0    8     2  returnStates  [I
    MethodParameters:
              Name  Flags
      parents       
      returnStates  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
         0: .line 40
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            iconst_0
            iaload
            ldc 2147483647
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
         0: .line 45
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            arraylength
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;

  public org.antlr.v4.runtime.atn.PredictionContext getParent(int);
    descriptor: (I)Lorg/antlr/v4/runtime/atn/PredictionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
        start local 1 // int index
         0: .line 50
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getReturnState(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
        start local 1 // int index
         0: .line 55
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            iload 1 /* index */
            iaload
            ireturn
        end local 1 // int index
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
        start local 1 // java.lang.Object o
         0: .line 65
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 66
            iconst_1
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof org.antlr.v4.runtime.atn.ArrayPredictionContext
            ifne 4
         3: .line 69
            iconst_0
            ireturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.atn.ArrayPredictionContext.hashCode:()I
            aload 1 /* o */
            invokevirtual java.lang.Object.hashCode:()I
            if_icmpeq 6
         5: .line 73
            iconst_0
            ireturn
         6: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.antlr.v4.runtime.atn.ArrayPredictionContext
            astore 2 /* a */
        start local 2 // org.antlr.v4.runtime.atn.ArrayPredictionContext a
         7: .line 77
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            aload 2 /* a */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ifeq 10
         8: .line 78
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
            aload 2 /* a */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 10
         9: .line 77
            iconst_1
            ireturn
      StackMap locals: org.antlr.v4.runtime.atn.ArrayPredictionContext
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // org.antlr.v4.runtime.atn.ArrayPredictionContext a
        end local 1 // java.lang.Object o
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            0   11     1     o  Ljava/lang/Object;
            7   11     2     a  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
         0: .line 83
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.atn.ArrayPredictionContext.isEmpty:()Z
            ifeq 1
            ldc "[]"
            areturn
         1: .line 84
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         2: .line 85
            aload 1 /* buf */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 86
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 16
         5: .line 87
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 2 /* i */
            ifle 6
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            iload 2 /* i */
            iaload
            ldc 2147483647
            if_icmpne 9
         7: .line 89
            aload 1 /* buf */
            ldc "$"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 90
            goto 15
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            iload 2 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        10: .line 93
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
            iload 2 /* i */
            aaload
            ifnull 14
        11: .line 94
            aload 1 /* buf */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 95
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.parents:[Lorg/antlr/v4/runtime/atn/PredictionContext;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 96
            goto 15
        14: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            ldc "null"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        15: .line 86
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.ArrayPredictionContext.returnStates:[I
            arraylength
            if_icmplt 5
        end local 2 // int i
        17: .line 101
            aload 1 /* buf */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 102
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.antlr.v4.runtime.atn.ArrayPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lorg/antlr/v4/runtime/atn/ArrayPredictionContext;
            2   19     1   buf  Ljava/lang/StringBuilder;
            4   17     2     i  I
}
SourceFile: "ArrayPredictionContext.java"