public class net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter 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$ForMethodEnter
  super_class: net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
{
  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=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter 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 4285
            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 4286
            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$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter;
            0    2     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    2     2        adviceMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    2     3            exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    2     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 returned();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter this
         0: .line 4292
            new java.lang.IllegalStateException
            dup
            ldc "Cannot resolve the return value offset during enter advice"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter;

  public int thrown();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter this
         0: .line 4299
            new java.lang.IllegalStateException
            dup
            ldc "Cannot resolve the thrown value offset during enter advice"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter;

  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$ForMethodEnter this
        start local 1 // int offset
         0: .line 4306
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4307
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter.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 4306
            iadd
         3: .line 4308
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter.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 4306
            iadd
         5: .line 4309
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         6: .line 4306
            isub
         7: .line 4309
            iload 1 /* offset */
         8: .line 4306
            iadd
            ireturn
        end local 1 // int offset
        end local 0 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter;
            0    9     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 ForMethodEnter = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default$ForMethodEnter of net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice$Default
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()