class net.bytebuddy.asm.Advice$OffsetMapping$Sort$2 extends net.bytebuddy.asm.Advice$OffsetMapping$Sort
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$Sort$2
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$Sort
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Sort$2 this
         0: .line 1435
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Sort.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Sort$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean isPremature(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Sort$2 this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 1438
            iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Sort$2 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort$2;
            0    1     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodDescription  
}
SourceFile: "Advice.java"
EnclosingMethod: net.bytebuddy.asm.Advice$OffsetMapping$Sort
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Sort = net.bytebuddy.asm.Advice$OffsetMapping$Sort of net.bytebuddy.asm.Advice$OffsetMapping
  net.bytebuddy.asm.Advice$OffsetMapping$Sort$2