public class net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit extends net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit
  super_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
{
  private final net.bytebuddy.description.type.TypeDefinition enterType;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.StackSize throwableSize;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackSize;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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>, net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.implementation.bytecode.StackSize);
    descriptor: (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
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit 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
        start local 5 // net.bytebuddy.description.type.TypeDefinition enterType
        start local 6 // net.bytebuddy.implementation.bytecode.StackSize throwableSize
         0: .line 4345
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            aload 2 /* adviceMethod */
            aload 3 /* exitType */
            aload 4 /* namedTypes */
            invokespecial net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDefinition;Ljava/util/TreeMap;)V
         1: .line 4346
            aload 0 /* this */
            aload 5 /* enterType */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.enterType:Lnet/bytebuddy/description/type/TypeDefinition;
         2: .line 4347
            aload 0 /* this */
            aload 6 /* throwableSize */
            putfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.throwableSize:Lnet/bytebuddy/implementation/bytecode/StackSize;
         3: .line 4348
            return
        end local 6 // net.bytebuddy.implementation.bytecode.StackSize throwableSize
        end local 5 // net.bytebuddy.description.type.TypeDefinition enterType
        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$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit;
            0    4     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     2        adviceMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     3            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    4     4          namedTypes  Ljava/util/TreeMap<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    4     5           enterType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    4     6       throwableSize  Lnet/bytebuddy/implementation/bytecode/StackSize;
    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;>;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/implementation/bytecode/StackSize;)V
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      adviceMethod        
      exitType            
      namedTypes          
      enterType           
      throwableSize       

  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$ForAdvice$Default$ForMethodExit this
         0: .line 4354
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4355
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4354
            iadd
         3: .line 4356
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4354
            iadd
         5: .line 4357
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4354
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit;

  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$ForAdvice$Default$ForMethodExit this
         0: .line 4364
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4365
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4364
            iadd
         3: .line 4366
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4364
            iadd
         5: .line 4367
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4364
            iadd
         7: .line 4368
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4364
            iadd
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit;

  public int mapped(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit this
        start local 1 // int offset
         0: .line 4375
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4376
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4375
            iadd
         3: .line 4377
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4375
            iadd
         5: .line 4378
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4375
            iadd
         7: .line 4379
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.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 4375
            iadd
         9: .line 4380
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.throwableSize:Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
        10: .line 4375
            iadd
        11: .line 4381
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
        12: .line 4375
            isub
        13: .line 4382
            iload 1 /* offset */
        14: .line 4375
            iadd
            ireturn
        end local 1 // int offset
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit;
            0   15     1  offset  I
    MethodParameters:
        Name  Flags
      offset  
}
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 ForMethodExit = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodExit of net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()