class net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2 extends net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
{
  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$ForInstrumentedMethod$2 this
         0: .line 2008
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected boolean isRepresentable(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2 this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 2011
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isConstructor:()Z
            ireturn
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod$2;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
}
SourceFile: "Advice.java"
EnclosingMethod: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod of net.bytebuddy.asm.Advice$OffsetMapping
  net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2