public abstract class net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod extends java.lang.Enum<net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod> implements net.bytebuddy.asm.Advice$OffsetMapping
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod METHOD;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod CONSTRUCTOR;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod EXECUTABLE;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 1995
            new net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$1
            dup
            ldc "METHOD"
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$1.<init>:(Ljava/lang/String;I)V
         1: .line 1998
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.METHOD:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
         2: .line 2005
            new net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2
            dup
            ldc "CONSTRUCTOR"
            iconst_1
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2.<init>:(Ljava/lang/String;I)V
         3: .line 2008
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.CONSTRUCTOR:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
         4: .line 2015
            new net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3
            dup
            ldc "EXECUTABLE"
            iconst_2
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3.<init>:(Ljava/lang/String;I)V
         5: .line 2018
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.EXECUTABLE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
         6: .line 1993
            iconst_3
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
            dup
            iconst_0
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.METHOD:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.CONSTRUCTOR:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            aastore
            dup
            iconst_2
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.EXECUTABLE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            aastore
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod this
         0: .line 1993
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.asm.Advice$OffsetMapping$Target resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler, net.bytebuddy.asm.Advice$OffsetMapping$Sort);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler;Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
         0: .line 2033
            aload 0 /* this */
            aload 2 /* instrumentedMethod */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.isRepresentable:(Lnet/bytebuddy/description/method/MethodDescription;)Z
            ifne 2
         1: .line 2034
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot represent "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " as given method constant"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2036
      StackMap locals:
      StackMap stack:
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            invokestatic net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
            areturn
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            0    3     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    3     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    3     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0    3     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      argumentHandler     
      sort                

  protected abstract boolean isRepresentable(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      instrumentedMethod  

  public static net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$ForInstrumentedMethod;>;Lnet/bytebuddy/asm/Advice$OffsetMapping;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  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$1
  net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$2
  net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3
  public abstract Sort = net.bytebuddy.asm.Advice$OffsetMapping$Sort of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  public ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription