public class net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple extends net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple
  super_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
{
  protected void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDefinition, java.util.TreeMap<java.lang.String, net.bytebuddy.description.type.TypeDefinition>, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.type.TypeDefinition exitType
        start local 3 // java.util.TreeMap namedTypes
        start local 4 // net.bytebuddy.description.type.TypeDefinition enterType
         0: .line 4061
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            aload 2 /* exitType */
            aload 3 /* namedTypes */
            aload 4 /* enterType */
            invokespecial net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;Lnet/bytebuddy/description/type/TypeDefinition;)V
         1: .line 4062
            return
        end local 4 // net.bytebuddy.description.type.TypeDefinition enterType
        end local 3 // java.util.TreeMap namedTypes
        end local 2 // net.bytebuddy.description.type.TypeDefinition exitType
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple;
            0    2     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    2     2            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    2     3          namedTypes  Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    2     4           enterType  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;Lnet/bytebuddy/description/type/TypeDefinition;)V
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      exitType            
      namedTypes          
      enterType           

  public int argument(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
        start local 1 // int offset
         0: .line 4068
            iload 1 /* offset */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            if_icmpge 2
         1: .line 4069
            iload 1 /* offset */
            goto 3
         2: .line 4070
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
         3: .line 4068
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // int offset
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple;
            0    4     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int variable(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
        start local 1 // int index
         0: .line 4077
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_1
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple int
      StackMap stack: int int
         2: aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            iadd
            if_icmpge 4
         3: .line 4078
            iload 1 /* index */
            goto 9
         4: .line 4079
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_1
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple int
      StackMap stack: int int
         6: iadd
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_1
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple int
      StackMap stack: int int
         8: iadd
         9: .line 4077
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // int index
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple;
            0   10     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isCopyingArguments();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
         0: .line 4086
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple;

  public int prepare(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 4093
            iconst_0
            ireturn
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple;
            0    1     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$ArgumentHandler
  public abstract Default = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod
  protected Simple = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()