public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled implements net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled
super_class: java.lang.Object
{
private final net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender;
descriptor: Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(net.bytebuddy.implementation.bytecode.ByteCodeAppender);
descriptor: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled this
start local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
0: .line 252
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 253
aload 0 /* this */
aload 1 /* byteCodeAppender */
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled.byteCodeAppender:Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
2: .line 254
return
end local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$ForImplementation$Compiled;
0 3 1 byteCodeAppender Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
MethodParameters:
Name Flags
byteCodeAppender
public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record assemble(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.attribute.MethodAttributeAppender, net.bytebuddy.description.modifier.Visibility);
descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/modifier/Visibility;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled this
start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
start local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
start local 3 // net.bytebuddy.description.modifier.Visibility visibility
0: .line 260
new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody
dup
aload 1 /* methodDescription */
aload 0 /* this */
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled.byteCodeAppender:Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
aload 2 /* attributeAppender */
aload 3 /* visibility */
invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/modifier/Visibility;)V
areturn
end local 3 // net.bytebuddy.description.modifier.Visibility visibility
end local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$ForImplementation$Compiled;
0 1 1 methodDescription Lnet/bytebuddy/description/method/MethodDescription;
0 1 2 attributeAppender Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
0 1 3 visibility Lnet/bytebuddy/description/modifier/Visibility;
MethodParameters:
Name Flags
methodDescription
attributeAppender
visibility
}
SourceFile: "MethodRegistry.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodRegistry
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract Handler = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler of net.bytebuddy.dynamic.scaffold.MethodRegistry
public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
public ForImplementation = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
protected Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation
public abstract MethodPool = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool of net.bytebuddy.dynamic.scaffold.TypeWriter
public abstract Record = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool
public abstract ForDefinedMethod = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
public WithBody = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()