public class net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple
super_class: java.lang.Object
{
private final net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation;
descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[]);
descriptor: ([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.<init>:(Ljava/util/List;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Simple;
0 2 1 stackManipulation [Lnet/bytebuddy/implementation/bytecode/StackManipulation;
MethodParameters:
Name Flags
stackManipulation
public void <init>(java.util.List<? extends net.bytebuddy.implementation.bytecode.StackManipulation>);
descriptor: (Ljava/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
aload 1
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:(Ljava/util/List;)V
putfield net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Simple;
0 3 1 stackManipulations Ljava/util/List<+Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
Signature: (Ljava/util/List<+Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;)V
MethodParameters:
Name Flags
stackManipulations
public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
dup
aload 0
getfield net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aload 1
aload 2
invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
aload 3
invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Simple;
0 1 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 1 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
0 1 3 instrumentedMethod Lnet/bytebuddy/description/method/MethodDescription;
MethodParameters:
Name Flags
methodVisitor
implementationContext
instrumentedMethod
}
SourceFile: "ByteCodeAppender.java"
NestHost: net.bytebuddy.implementation.bytecode.ByteCodeAppender
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
public Simple = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple of net.bytebuddy.implementation.bytecode.ByteCodeAppender
public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()