public class net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall implements net.bytebuddy.implementation.bytecode.StackManipulation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall
super_class: java.lang.Object
{
private final net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation;
descriptor: Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean serializable;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(net.bytebuddy.implementation.Implementation$SpecialMethodInvocation, boolean);
descriptor: (Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
2: aload 0
iload 2
putfield net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall.serializable:Z
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/implementation/auxiliary/MethodCallProxy$AssignableSignatureCall;
0 4 1 specialMethodInvocation Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
0 4 2 serializable Z
MethodParameters:
Name Flags
specialMethodInvocation
serializable
public boolean isValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/auxiliary/MethodCallProxy$AssignableSignatureCall;
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
1: new net.bytebuddy.implementation.auxiliary.MethodCallProxy
dup
aload 0
getfield net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
aload 0
getfield net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall.serializable:Z
invokespecial net.bytebuddy.implementation.auxiliary.MethodCallProxy.<init>:(Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Z)V
invokeinterface net.bytebuddy.implementation.Implementation$Context.register:(Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType;)Lnet/bytebuddy/description/type/TypeDescription;
2: astore 3
start local 3 3: new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
iconst_4
anewarray net.bytebuddy.implementation.bytecode.StackManipulation
dup
iconst_0
4: aload 3
invokestatic net.bytebuddy.implementation.bytecode.TypeCreation.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_1
5: getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
aastore
dup
iconst_2
6: aload 0
getfield net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.getMethodDescription:()Lnet/bytebuddy/description/method/MethodDescription;
invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.allArgumentsOf:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess$MethodLoading;
invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading.prependThisReference:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_3
7: aload 3
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
checkcast net.bytebuddy.description.method.MethodList
invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
8: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
9: 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;
10: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lnet/bytebuddy/implementation/auxiliary/MethodCallProxy$AssignableSignatureCall;
0 11 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 11 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
3 11 3 auxiliaryType Lnet/bytebuddy/description/type/TypeDescription;
MethodParameters:
Name Flags
methodVisitor
implementationContext
}
SourceFile: "MethodCallProxy.java"
NestHost: net.bytebuddy.implementation.auxiliary.MethodCallProxy
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
public AssignableSignatureCall = net.bytebuddy.implementation.auxiliary.MethodCallProxy$AssignableSignatureCall of net.bytebuddy.implementation.auxiliary.MethodCallProxy
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 abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
public MethodLoading = net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading of net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()