public abstract class net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default implements net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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.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 final net.bytebuddy.description.type.TypeDefinition enterType;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  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=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default 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 3957
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3961
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 3962
            aload 0 /* this */
            aload 3 /* namedTypes */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.namedTypes:Ljava/util/TreeMap;
         3: .line 3963
            aload 0 /* this */
            aload 2 /* exitType */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
         4: .line 3964
            aload 0 /* this */
            aload 4 /* enterType */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
         5: .line 3965
            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 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;
            0    6     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     2            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    6     3          namedTypes  Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    6     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 exit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
         0: .line 3971
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$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$ForInstrumentedMethod$Default this
        start local 1 // java.lang.String name
         0: .line 3978
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 3979
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3978
            iadd
         3: .line 3980
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3978
            iadd
            ireturn
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$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$ForInstrumentedMethod$Default this
         0: .line 3987
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 3988
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3987
            iadd
         3: .line 3989
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3987
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;

  public int returned();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
         0: .line 3996
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 3997
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3996
            iadd
         3: .line 3998
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 3996
            iadd
         5: .line 3999
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.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
         6: .line 3996
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;

  public int thrown();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
         0: .line 4006
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4007
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 4006
            iadd
         3: .line 4008
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$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 4006
            iadd
         5: .line 4009
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.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
         6: .line 4006
            iadd
         7: .line 4010
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
         8: .line 4006
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;

  public net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice bindEnter(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
        start local 1 // net.bytebuddy.description.method.MethodDescription adviceMethod
         0: .line 4017
            new net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            aload 1 /* adviceMethod */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.namedTypes:Ljava/util/TreeMap;
            invokespecial net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;)V
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;
            0    1     1  adviceMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
              Name  Flags
      adviceMethod  

  public net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice bindExit(net.bytebuddy.description.method.MethodDescription, boolean);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Z)Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
        start local 1 // net.bytebuddy.description.method.MethodDescription adviceMethod
        start local 2 // boolean skipThrowable
         0: .line 4024
            new net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         1: .line 4025
            aload 1 /* adviceMethod */
         2: .line 4026
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
         3: .line 4027
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.namedTypes:Ljava/util/TreeMap;
         4: .line 4028
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
         5: .line 4029
            iload 2 /* skipThrowable */
            ifeq 6
            getstatic net.bytebuddy.implementation.bytecode.StackSize.ZERO:Lnet/bytebuddy/implementation/bytecode/StackSize;
            goto 7
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default net.bytebuddy.description.method.MethodDescription int
      StackMap stack: new 0 new 0 net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDefinition java.util.TreeMap net.bytebuddy.description.type.TypeDefinition
         6: getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
         7: .line 4024
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default net.bytebuddy.description.method.MethodDescription int
      StackMap stack: new 0 new 0 net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDefinition java.util.TreeMap net.bytebuddy.description.type.TypeDefinition net.bytebuddy.implementation.bytecode.StackSize
            invokespecial net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/implementation/bytecode/StackSize;)V
            areturn
        end local 2 // boolean skipThrowable
        end local 1 // net.bytebuddy.description.method.MethodDescription adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;
            0    8     1   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     2  skipThrowable  Z
    MethodParameters:
               Name  Flags
      adviceMethod   
      skipThrowable  

  public java.util.List<net.bytebuddy.description.type.TypeDescription> getNamedTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
         0: .line 4036
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* namedTypes */
        start local 1 // java.util.List namedTypes
         1: .line 4037
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default.namedTypes:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 2 /* typeDefinition */
        start local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         3: .line 4038
            aload 1 /* namedTypes */
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         4: .line 4037
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 4040
            aload 1 /* namedTypes */
            areturn
        end local 1 // java.util.List namedTypes
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod$Default;
            1    6     1      namedTypes  Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
            3    4     2  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: ()Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
}
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
  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 Copying = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Copying of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  protected Simple = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default$Simple of net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod$Default
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription