public class net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments extends net.bytebuddy.asm.Advice$MethodSizeHandler$Default
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments
  super_class: net.bytebuddy.asm.Advice$MethodSizeHandler$Default
{
  protected void <init>(net.bytebuddy.description.method.MethodDescription, java.util.List<? extends net.bytebuddy.description.type.TypeDescription>, java.util.List<? extends net.bytebuddy.description.type.TypeDescription>, java.util.List<? extends net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // java.util.List initialTypes
        start local 3 // java.util.List preMethodTypes
        start local 4 // java.util.List postMethodTypes
         0: .line 4740
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            aload 2 /* initialTypes */
            aload 3 /* preMethodTypes */
            aload 4 /* postMethodTypes */
            invokespecial net.bytebuddy.asm.Advice$MethodSizeHandler$Default.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
         1: .line 4741
            return
        end local 4 // java.util.List postMethodTypes
        end local 3 // java.util.List preMethodTypes
        end local 2 // java.util.List initialTypes
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$WithRetainedArguments;
            0    2     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    2     2        initialTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    2     3      preMethodTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    2     4     postMethodTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      initialTypes        
      preMethodTypes      
      postMethodTypes     

  public net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice bindExit(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
         0: .line 4747
            new net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice
            dup
            aload 0 /* this */
            aload 1 /* adviceMethod */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
         1: .line 4748
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.postMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         2: .line 4749
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.initialTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         3: .line 4750
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.preMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         4: .line 4747
            invokespecial net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.<init>:(Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;I)V
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$WithRetainedArguments;
            0    5     1  adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    MethodParameters:
              Name  Flags
      adviceMethod  

  public int compoundLocalVariableLength(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
        start local 1 // int localVariableLength
         0: .line 4757
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.localVariableLength:I
            iload 1 /* localVariableLength */
         1: .line 4758
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.postMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         2: .line 4759
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.initialTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         3: .line 4760
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.preMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         4: .line 4757
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int localVariableLength
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$WithRetainedArguments;
            0    5     1  localVariableLength  I
    MethodParameters:
                     Name  Flags
      localVariableLength  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract MethodSizeHandler = net.bytebuddy.asm.Advice$MethodSizeHandler of net.bytebuddy.asm.Advice
  public abstract Default = net.bytebuddy.asm.Advice$MethodSizeHandler$Default of net.bytebuddy.asm.Advice$MethodSizeHandler
  protected ForAdvice = net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice of net.bytebuddy.asm.Advice$MethodSizeHandler$Default
  protected WithRetainedArguments = net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments of net.bytebuddy.asm.Advice$MethodSizeHandler$Default
  public abstract ForAdvice = net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice of net.bytebuddy.asm.Advice$MethodSizeHandler
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription