public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender
super_class: java.lang.Object
{
private final net.bytebuddy.description.type.TypeDescription typeDescription;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this$2;
descriptor: Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter, net.bytebuddy.implementation.Implementation$Target);
descriptor: (Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;Lnet/bytebuddy/implementation/Implementation$Target;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter$Appender;
0 3 2 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
MethodParameters:
Name Flags
this$0 final
implementationTarget
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=12, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
iconst_0
invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
checkcast net.bytebuddy.description.method.ParameterDescription
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 4
start local 4 1: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.methodAccessorFactory:Lnet/bytebuddy/implementation/MethodAccessorFactory;
aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
getstatic net.bytebuddy.implementation.MethodAccessorFactory$AccessType.DEFAULT:Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
invokeinterface net.bytebuddy.implementation.MethodAccessorFactory.registerSetterFor:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
astore 5
start local 5 2: new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
iconst_5
anewarray net.bytebuddy.implementation.bytecode.StackManipulation
dup
iconst_0
3: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
ifeq 5
4: getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
goto 12
5: StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.method.MethodDescription
StackMap stack: new 2 new 2 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int
new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
iconst_2
anewarray net.bytebuddy.implementation.bytecode.StackManipulation
dup
iconst_0
6: invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_1
7: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
8: ldc "instance"
invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
checkcast net.bytebuddy.description.field.FieldList
invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
9: invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
10: invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
11: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.method.MethodDescription
StackMap stack: new 2 new 2 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int net.bytebuddy.implementation.bytecode.StackManipulation
12: aastore
dup
iconst_1
13: aload 4
invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess;
iconst_1
invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadFrom:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_2
14: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
aload 4
aload 5
invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
iconst_0
invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
checkcast net.bytebuddy.description.method.ParameterDescription
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.DYNAMIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_3
15: aload 5
invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
aastore
dup
iconst_4
16: getstatic net.bytebuddy.implementation.bytecode.member.MethodReturn.VOID:Lnet/bytebuddy/implementation/bytecode/member/MethodReturn;
17: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
18: aload 1
aload 2
invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
19: astore 6
start local 6 20: new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
dup
aload 6
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 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter$Appender;
0 21 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 21 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
0 21 3 instrumentedMethod Lnet/bytebuddy/description/method/MethodDescription;
1 21 4 parameterType Lnet/bytebuddy/description/type/TypeDescription$Generic;
2 21 5 setterMethod Lnet/bytebuddy/description/method/MethodDescription;
20 21 6 stackSize Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
MethodParameters:
Name Flags
methodVisitor
implementationContext
instrumentedMethod
}
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 abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
public final AccessType = net.bytebuddy.implementation.MethodAccessorFactory$AccessType of net.bytebuddy.implementation.MethodAccessorFactory
public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
protected FieldSetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
protected Appender = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter
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
public final Trivial = net.bytebuddy.implementation.bytecode.StackManipulation$Trivial of net.bytebuddy.implementation.bytecode.StackManipulation
public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)