class org.antlr.v4.runtime.atn.PredictionContext$1 implements java.util.Comparator<org.antlr.v4.runtime.atn.PredictionContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.PredictionContext$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.PredictionContext$1 this
         0: .line 492
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.antlr.v4.runtime.atn.PredictionContext$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/PredictionContext$1;

  public int compare(org.antlr.v4.runtime.atn.PredictionContext, org.antlr.v4.runtime.atn.PredictionContext);
    descriptor: (Lorg/antlr/v4/runtime/atn/PredictionContext;Lorg/antlr/v4/runtime/atn/PredictionContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.atn.PredictionContext$1 this
        start local 1 // org.antlr.v4.runtime.atn.PredictionContext o1
        start local 2 // org.antlr.v4.runtime.atn.PredictionContext o2
         0: .line 495
            aload 1 /* o1 */
            getfield org.antlr.v4.runtime.atn.PredictionContext.id:I
            aload 2 /* o2 */
            getfield org.antlr.v4.runtime.atn.PredictionContext.id:I
            isub
            ireturn
        end local 2 // org.antlr.v4.runtime.atn.PredictionContext o2
        end local 1 // org.antlr.v4.runtime.atn.PredictionContext o1
        end local 0 // org.antlr.v4.runtime.atn.PredictionContext$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/PredictionContext$1;
            0    1     1    o1  Lorg/antlr/v4/runtime/atn/PredictionContext;
            0    1     2    o2  Lorg/antlr/v4/runtime/atn/PredictionContext;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.antlr.v4.runtime.atn.PredictionContext
            aload 2
            checkcast org.antlr.v4.runtime.atn.PredictionContext
            invokevirtual org.antlr.v4.runtime.atn.PredictionContext$1.compare:(Lorg/antlr/v4/runtime/atn/PredictionContext;Lorg/antlr/v4/runtime/atn/PredictionContext;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/antlr/v4/runtime/atn/PredictionContext;>;
SourceFile: "PredictionContext.java"
EnclosingMethod: org.antlr.v4.runtime.atn.PredictionContext.toDOTString:(Lorg/antlr/v4/runtime/atn/PredictionContext;)Ljava/lang/String;
NestHost: org.antlr.v4.runtime.atn.PredictionContext
InnerClasses:
  org.antlr.v4.runtime.atn.PredictionContext$1