class net.bytebuddy.implementation.bytecode.Removal$1 extends net.bytebuddy.implementation.bytecode.Removal
minor version: 0
major version: 59
flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.bytecode.Removal$1
super_class: net.bytebuddy.implementation.bytecode.Removal
{
void <init>(java.lang.String, int, net.bytebuddy.implementation.bytecode.StackSize, int);
descriptor: (Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackSize;I)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 // net.bytebuddy.implementation.bytecode.Removal$1 this
start local 3 // net.bytebuddy.implementation.bytecode.StackSize $anonymous0
start local 4 // int $anonymous1
0: .line 31
aload 0 /* this */
aload 1
iload 2
aload 3 /* $anonymous0 */
iload 4 /* $anonymous1 */
invokespecial net.bytebuddy.implementation.bytecode.Removal.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackSize;I)V
return
end local 4 // int $anonymous1
end local 3 // net.bytebuddy.implementation.bytecode.StackSize $anonymous0
end local 0 // net.bytebuddy.implementation.bytecode.Removal$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/Removal$1;
0 1 3 $anonymous0 Lnet/bytebuddy/implementation/bytecode/StackSize;
0 1 4 $anonymous1 I
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
$anonymous0
$anonymous1
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 // net.bytebuddy.implementation.bytecode.Removal$1 this
start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
0: .line 34
new net.bytebuddy.implementation.bytecode.StackManipulation$Size
dup
iconst_0
iconst_0
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Size.<init>:(II)V
areturn
end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
end local 0 // net.bytebuddy.implementation.bytecode.Removal$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/Removal$1;
0 1 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 1 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
MethodParameters:
Name Flags
methodVisitor
implementationContext
}
SourceFile: "Removal.java"
EnclosingMethod: net.bytebuddy.implementation.bytecode.Removal
NestHost: net.bytebuddy.implementation.bytecode.Removal
InnerClasses:
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
net.bytebuddy.implementation.bytecode.Removal$1
public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation