public class org.antlr.v4.runtime.atn.EmptyPredictionContext extends org.antlr.v4.runtime.atn.SingletonPredictionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.EmptyPredictionContext
  super_class: org.antlr.v4.runtime.atn.SingletonPredictionContext
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
         0: .line 11
            aload 0 /* this */
            aconst_null
            ldc 2147483647
            invokespecial org.antlr.v4.runtime.atn.SingletonPredictionContext.<init>:(Lorg/antlr/v4/runtime/atn/PredictionContext;I)V
         1: .line 12
            return
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
         0: .line 15
            iconst_1
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;

  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.EmptyPredictionContext this
         0: .line 19
            iconst_1
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;

  public org.antlr.v4.runtime.atn.PredictionContext getParent(int);
    descriptor: (I)Lorg/antlr/v4/runtime/atn/PredictionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
        start local 1 // int index
         0: .line 24
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getReturnState(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
        start local 1 // int index
         0: .line 29
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.EmptyPredictionContext.returnState:I
            ireturn
        end local 1 // int index
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;
            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=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
        start local 1 // java.lang.Object o
         0: .line 34
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
         0: .line 39
            ldc "$"
            areturn
        end local 0 // org.antlr.v4.runtime.atn.EmptyPredictionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/EmptyPredictionContext;
}
SourceFile: "EmptyPredictionContext.java"