public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor implements net.bytebuddy.implementation.Implementation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor
super_class: java.lang.Object
{
private final net.bytebuddy.description.type.TypeDescription instrumentedType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(net.bytebuddy.description.type.TypeDescription);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
0: .line 694
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 695
aload 0 /* this */
aload 1 /* instrumentedType */
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
2: .line 696
return
end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$InstanceFieldConstructor;
0 3 1 instrumentedType Lnet/bytebuddy/description/type/TypeDescription;
MethodParameters:
Name Flags
instrumentedType
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
0: .line 702
aload 1 /* instrumentedType */
new net.bytebuddy.description.field.FieldDescription$Token
dup
ldc "instance"
1: .line 703
bipush 18
2: .line 704
aload 0 /* this */
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokespecial net.bytebuddy.description.field.FieldDescription$Token.<init>:(Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;)V
3: .line 702
invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType.withField:(Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
areturn
end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$InstanceFieldConstructor;
0 4 1 instrumentedType Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
MethodParameters:
Name Flags
instrumentedType
public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
0: .line 711
new net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor$Appender
dup
aload 1 /* implementationTarget */
invokespecial net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor$Appender.<init>:(Lnet/bytebuddy/implementation/Implementation$Target;)V
areturn
end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$InstanceFieldConstructor;
0 1 1 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
MethodParameters:
Name Flags
implementationTarget
}
SourceFile: "FieldProxy.java"
NestHost: net.bytebuddy.implementation.bind.annotation.FieldProxy
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
protected InstanceFieldConstructor = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
protected Appender = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor$Appender of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()