public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$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$FieldGetter$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$FieldGetter this$2;
descriptor: Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter, net.bytebuddy.implementation.Implementation$Target);
descriptor: (Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;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$FieldGetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
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$FieldGetter$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$FieldGetter$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=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter.methodAccessorFactory:Lnet/bytebuddy/implementation/MethodAccessorFactory;
aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
getstatic net.bytebuddy.implementation.MethodAccessorFactory$AccessType.DEFAULT:Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
invokeinterface net.bytebuddy.implementation.MethodAccessorFactory.registerGetterFor:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
astore 4
start local 4 1: new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
iconst_4
anewarray net.bytebuddy.implementation.bytecode.StackManipulation
dup
iconst_0
2: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
ifeq 4
3: getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
goto 8
4: StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.MethodDescription
StackMap stack: new 1 new 1 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
5: invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_1
6: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
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
invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
7: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.MethodDescription
StackMap stack: new 1 new 1 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int net.bytebuddy.implementation.bytecode.StackManipulation
8: aastore
dup
iconst_1
9: aload 4
invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
aastore
dup
iconst_2
10: aload 0
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter;
getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
aload 4
invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 3
invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()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
11: aload 3
invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokestatic net.bytebuddy.implementation.bytecode.member.MethodReturn.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
12: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
13: 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;
14: astore 5
start local 5 15: new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
dup
aload 5
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 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldGetter$Appender;
0 16 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 16 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
0 16 3 instrumentedMethod Lnet/bytebuddy/description/method/MethodDescription;
1 16 4 getterMethod Lnet/bytebuddy/description/method/MethodDescription;
15 16 5 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 FieldGetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
protected Appender = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter
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)