public abstract class net.bytebuddy.asm.Advice$MethodSizeHandler$Default implements net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$MethodSizeHandler$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 java.util.List<? extends net.bytebuddy.description.type.TypeDescription> initialTypes;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;

  protected final java.util.List<? extends net.bytebuddy.description.type.TypeDescription> preMethodTypes;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;

  protected final java.util.List<? extends net.bytebuddy.description.type.TypeDescription> postMethodTypes;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;

  protected int stackSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int localVariableLength;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default 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 4649
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4653
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 4654
            aload 0 /* this */
            aload 2 /* initialTypes */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.initialTypes:Ljava/util/List;
         3: .line 4655
            aload 0 /* this */
            aload 3 /* preMethodTypes */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.preMethodTypes:Ljava/util/List;
         4: .line 4656
            aload 0 /* this */
            aload 4 /* postMethodTypes */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.postMethodTypes:Ljava/util/List;
         5: .line 4657
            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 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            0    6     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     2        initialTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    6     3      preMethodTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    6     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     

  protected static net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod of(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>, boolean, int);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;Ljava/util/List;Ljava/util/List;ZI)Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 1 // java.util.List initialTypes
        start local 2 // java.util.List preMethodTypes
        start local 3 // java.util.List postMethodTypes
        start local 4 // boolean copyArguments
        start local 5 // int writerFlags
         0: .line 4676
            iload 5 /* writerFlags */
            iconst_3
            iand
            ifeq 2
         1: .line 4677
            getstatic net.bytebuddy.asm.Advice$MethodSizeHandler$NoOp.INSTANCE:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$NoOp;
            areturn
         2: .line 4678
      StackMap locals:
      StackMap stack:
            iload 4 /* copyArguments */
            ifeq 4
         3: .line 4679
            new net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithCopiedArguments
            dup
            aload 0 /* instrumentedMethod */
            aload 1 /* initialTypes */
            aload 2 /* preMethodTypes */
            aload 3 /* postMethodTypes */
            invokespecial net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithCopiedArguments.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
            areturn
         4: .line 4681
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments
            dup
            aload 0 /* instrumentedMethod */
            aload 1 /* initialTypes */
            aload 2 /* preMethodTypes */
            aload 3 /* postMethodTypes */
            invokespecial net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithRetainedArguments.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
            areturn
        end local 5 // int writerFlags
        end local 4 // boolean copyArguments
        end local 3 // java.util.List postMethodTypes
        end local 2 // java.util.List preMethodTypes
        end local 1 // java.util.List initialTypes
        end local 0 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     1        initialTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    5     2      preMethodTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    5     3     postMethodTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
            0    5     4       copyArguments  Z
            0    5     5         writerFlags  I
    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;>;ZI)Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      initialTypes        
      preMethodTypes      
      postMethodTypes     
      copyArguments       
      writerFlags         

  public net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice bindEnter(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 this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
         0: .line 4689
            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.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.initialTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
            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 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            0    1     1  adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    MethodParameters:
              Name  Flags
      adviceMethod  

  public void requireStackSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
        start local 1 // int stackSize
         0: .line 4696
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.stackSize:I
            iload 1 /* stackSize */
            invokestatic java.lang.Math.max:(II)I
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.stackSize:I
         1: .line 4697
            return
        end local 1 // int stackSize
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            0    2     1  stackSize  I
    MethodParameters:
           Name  Flags
      stackSize  

  public void requireLocalVariableLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
        start local 1 // int localVariableLength
         0: .line 4703
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.localVariableLength:I
            iload 1 /* localVariableLength */
            invokestatic java.lang.Math.max:(II)I
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.localVariableLength:I
         1: .line 4704
            return
        end local 1 // int localVariableLength
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            0    2     1  localVariableLength  I
    MethodParameters:
                     Name  Flags
      localVariableLength  

  public int compoundStackSize(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
        start local 1 // int stackSize
         0: .line 4710
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.stackSize:I
            iload 1 /* stackSize */
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int stackSize
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            0    1     1  stackSize  I
    MethodParameters:
           Name  Flags
      stackSize  

  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 this
        start local 1 // int localVariableLength
         0: .line 4717
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.localVariableLength:I
            iload 1 /* localVariableLength */
         1: .line 4718
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.postMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         2: .line 4719
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.initialTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         3: .line 4720
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default.preMethodTypes:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bytecode.StackSize.of:(Ljava/util/Collection;)I
            iadd
         4: .line 4717
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int localVariableLength
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            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 WithCopiedArguments = net.bytebuddy.asm.Advice$MethodSizeHandler$Default$WithCopiedArguments 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 ForInstrumentedMethod = net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$MethodSizeHandler
  public final NoOp = net.bytebuddy.asm.Advice$MethodSizeHandler$NoOp of net.bytebuddy.asm.Advice$MethodSizeHandler
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription