public class net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice implements net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int baseLocalVariableLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int stackSizePadding;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int localVariableLengthPadding;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final net.bytebuddy.asm.Advice$MethodSizeHandler$Default this$2;
    descriptor: Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.asm.Advice$MethodSizeHandler$Default, net.bytebuddy.description.method.MethodDescription$InDefinedShape, int);
    descriptor: (Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
        start local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        start local 3 // int baseLocalVariableLength
         0: .line 4838
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.this$2:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4839
            aload 0 /* this */
            aload 2 /* adviceMethod */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 4840
            aload 0 /* this */
            iload 3 /* baseLocalVariableLength */
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.baseLocalVariableLength:I
         3: .line 4841
            return
        end local 3 // int baseLocalVariableLength
        end local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    4     2             adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    4     3  baseLocalVariableLength  I
    MethodParameters:
                         Name  Flags
      this$0                   final
      adviceMethod             
      baseLocalVariableLength  

  public void requireStackSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
        start local 1 // int stackSize
         0: .line 4847
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.this$2:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            iload 1 /* stackSize */
            invokevirtual net.bytebuddy.asm.Advice$MethodSizeHandler$Default.requireStackSize:(I)V
         1: .line 4848
            return
        end local 1 // int stackSize
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    2     1  stackSize  I
    MethodParameters:
           Name  Flags
      stackSize  

  public void requireLocalVariableLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
        start local 1 // int localVariableLength
         0: .line 4854
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.this$2:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            iload 1 /* localVariableLength */
            invokevirtual net.bytebuddy.asm.Advice$MethodSizeHandler$Default.requireLocalVariableLength:(I)V
         1: .line 4855
            return
        end local 1 // int localVariableLength
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    2     1  localVariableLength  I
    MethodParameters:
                     Name  Flags
      localVariableLength  

  public void requireStackSizePadding(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$ForAdvice this
        start local 1 // int stackSizePadding
         0: .line 4861
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.stackSizePadding:I
            iload 1 /* stackSizePadding */
            invokestatic java.lang.Math.max:(II)I
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.stackSizePadding:I
         1: .line 4862
            return
        end local 1 // int stackSizePadding
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    2     1  stackSizePadding  I
    MethodParameters:
                  Name  Flags
      stackSizePadding  

  public void requireLocalVariableLengthPadding(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$ForAdvice this
        start local 1 // int localVariableLengthPadding
         0: .line 4868
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.localVariableLengthPadding:I
            iload 1 /* localVariableLengthPadding */
            invokestatic java.lang.Math.max:(II)I
            putfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.localVariableLengthPadding:I
         1: .line 4869
            return
        end local 1 // int localVariableLengthPadding
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    2     1  localVariableLengthPadding  I
    MethodParameters:
                            Name  Flags
      localVariableLengthPadding  

  public void recordMaxima(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
        start local 1 // int stackSize
        start local 2 // int localVariableLength
         0: .line 4875
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.this$2:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            iload 1 /* stackSize */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.stackSizePadding:I
            iadd
            invokevirtual net.bytebuddy.asm.Advice$MethodSizeHandler$Default.requireStackSize:(I)V
         1: .line 4876
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.this$2:Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default;
            iload 2 /* localVariableLength */
         2: .line 4877
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getStackSize:()I
            isub
         3: .line 4878
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.baseLocalVariableLength:I
            iadd
         4: .line 4879
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice.localVariableLengthPadding:I
            iadd
         5: .line 4876
            invokevirtual net.bytebuddy.asm.Advice$MethodSizeHandler$Default.requireLocalVariableLength:(I)V
         6: .line 4880
            return
        end local 2 // int localVariableLength
        end local 1 // int stackSize
        end local 0 // net.bytebuddy.asm.Advice$MethodSizeHandler$Default$ForAdvice this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$Default$ForAdvice;
            0    7     1            stackSize  I
            0    7     2  localVariableLength  I
    MethodParameters:
                     Name  Flags
      stackSize            
      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
  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