public abstract class net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default implements net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
  super_class: java.lang.Object
{
  protected final net.bytebuddy.description.method.MethodDescription instrumentedMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.description.method.MethodDescription adviceMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.description.type.TypeDefinition exitType;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.util.TreeMap<java.lang.String, net.bytebuddy.description.type.TypeDefinition> namedTypes;
    descriptor: Ljava/util/TreeMap;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;

  protected void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDefinition, java.util.TreeMap<java.lang.String, net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription adviceMethod
        start local 3 // net.bytebuddy.description.type.TypeDefinition exitType
        start local 4 // java.util.TreeMap namedTypes
         0: .line 4225
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4229
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 4230
            aload 0 /* this */
            aload 2 /* adviceMethod */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 4231
            aload 0 /* this */
            aload 3 /* exitType */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
         4: .line 4232
            aload 0 /* this */
            aload 4 /* namedTypes */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.namedTypes:Ljava/util/TreeMap;
         5: .line 4233
            return
        end local 4 // java.util.TreeMap namedTypes
        end local 3 // net.bytebuddy.description.type.TypeDefinition exitType
        end local 2 // net.bytebuddy.description.method.MethodDescription adviceMethod
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default;
            0    6     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     2        adviceMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     3            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    6     4          namedTypes  Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;)V
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      adviceMethod        
      exitType            
      namedTypes          

  public int argument(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
        start local 1 // int offset
         0: .line 4239
            iload 1 /* offset */
            ireturn
        end local 1 // int offset
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int exit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
         0: .line 4246
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default;

  public int named(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
        start local 1 // java.lang.String name
         0: .line 4253
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4254
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.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
         2: .line 4253
            iadd
         3: .line 4255
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.namedTypes:Ljava/util/TreeMap;
            aload 1 /* name */
            invokevirtual java.util.TreeMap.headMap:(Ljava/lang/Object;)Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
         4: .line 4253
            iadd
            ireturn
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public int enter();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
         0: .line 4262
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4263
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.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
         2: .line 4262
            iadd
         3: .line 4264
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
         4: .line 4262
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract ForAdvice = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice of net.bytebuddy.asm.Advice$ArgumentHandler
  public abstract Default = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default of net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice
  protected ForMethodEnter = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter of net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
  protected ForMethodExit = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit of net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default