class net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1 extends net.bytebuddy.implementation.bind.annotation.Super$Instantiation
minor version: 0
major version: 59
flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1
super_class: net.bytebuddy.implementation.bind.annotation.Super$Instantiation
{
void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 // net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1 this
0: .line 126
aload 0 /* this */
aload 1
iload 2
invokespecial net.bytebuddy.implementation.bind.annotation.Super$Instantiation.<init>:(Ljava/lang/String;I)V
return
end local 0 // net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/Super$Instantiation$1;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
protected net.bytebuddy.implementation.bytecode.StackManipulation proxyFor(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.Super>);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=4, args_size=4
start local 0 // net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1 this
start local 1 // net.bytebuddy.description.type.TypeDescription parameterType
start local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
start local 3 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
0: .line 131
new net.bytebuddy.implementation.auxiliary.TypeProxy$ForSuperMethodByConstructor
dup
aload 1 /* parameterType */
1: .line 132
aload 2 /* implementationTarget */
2: .line 133
aload 3 /* annotation */
getstatic net.bytebuddy.implementation.bind.annotation.Super$Instantiation.CONSTRUCTOR_PARAMETERS:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
ldc [Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription[]
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
3: .line 134
aload 3 /* annotation */
getstatic net.bytebuddy.implementation.bind.annotation.Super$Instantiation.IGNORE_FINALIZER:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
ldc Ljava/lang/Boolean;
invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
4: .line 135
aload 3 /* annotation */
getstatic net.bytebuddy.implementation.bind.annotation.Super$Instantiation.SERIALIZABLE_PROXY:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
ldc Ljava/lang/Boolean;
invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
5: .line 131
invokespecial net.bytebuddy.implementation.auxiliary.TypeProxy$ForSuperMethodByConstructor.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/Implementation$Target;Ljava/util/List;ZZ)V
areturn
end local 3 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
end local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
end local 1 // net.bytebuddy.description.type.TypeDescription parameterType
end local 0 // net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/implementation/bind/annotation/Super$Instantiation$1;
0 6 1 parameterType Lnet/bytebuddy/description/type/TypeDescription;
0 6 2 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
0 6 3 annotation Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Super;>;
Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Super;>;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
MethodParameters:
Name Flags
parameterType
implementationTarget
annotation
}
SourceFile: "Super.java"
EnclosingMethod: net.bytebuddy.implementation.bind.annotation.Super$Instantiation
NestHost: net.bytebuddy.implementation.bind.annotation.Super
InnerClasses:
public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
public ForSuperMethodByConstructor = net.bytebuddy.implementation.auxiliary.TypeProxy$ForSuperMethodByConstructor of net.bytebuddy.implementation.auxiliary.TypeProxy
public abstract Instantiation = net.bytebuddy.implementation.bind.annotation.Super$Instantiation of net.bytebuddy.implementation.bind.annotation.Super
net.bytebuddy.implementation.bind.annotation.Super$Instantiation$1