public final class net.bytebuddy.implementation.bind.annotation.Super$Binder extends java.lang.Enum<net.bytebuddy.implementation.bind.annotation.Super$Binder> implements net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.Super>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.bind.annotation.Super$Binder
super_class: java.lang.Enum
{
public static final net.bytebuddy.implementation.bind.annotation.Super$Binder INSTANCE;
descriptor: Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape STRATEGY;
descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape PROXY_TYPE;
descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final net.bytebuddy.implementation.bind.annotation.Super$Binder[] ENUM$VALUES;
descriptor: [Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=1, args_size=0
0: new net.bytebuddy.implementation.bind.annotation.Super$Binder
dup
ldc "INSTANCE"
iconst_0
invokespecial net.bytebuddy.implementation.bind.annotation.Super$Binder.<init>:(Ljava/lang/String;I)V
1: putstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
iconst_1
anewarray net.bytebuddy.implementation.bind.annotation.Super$Binder
dup
iconst_0
getstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
aastore
putstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
2: ldc Lnet/bytebuddy/implementation/bind/annotation/Super;
invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
astore 0
start local 0 3: aload 0
ldc "strategy"
invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)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
putstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.STRATEGY:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
4: aload 0
ldc "proxyType"
invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)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
putstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.PROXY_TYPE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
end local 0 5: return
LocalVariableTable:
Start End Slot Name Signature
3 5 0 annotationProperties Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public java.lang.Class<net.bytebuddy.implementation.bind.annotation.Super> getHandledType();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc Lnet/bytebuddy/implementation/bind/annotation/Super;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
Signature: ()Ljava/lang/Class<Lnet/bytebuddy/implementation/bind/annotation/Super;>;
public net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding<?> bind(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.Super>, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isPrimitive:()Z
ifne 1
aload 3
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isArray:()Z
ifeq 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " uses the @Super annotation on an invalid type"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
getstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.PROXY_TYPE: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 net.bytebuddy.implementation.bind.annotation.Super$Binder$TypeLocator$ForType.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bind/annotation/Super$Binder$TypeLocator;
3: aload 4
invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
aload 3
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokeinterface net.bytebuddy.implementation.bind.annotation.Super$Binder$TypeLocator.resolve:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/type/TypeDescription;
4: astore 7
start local 7 5: aload 7
invokeinterface net.bytebuddy.description.type.TypeDescription.isFinal:()Z
ifeq 7
6: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot extend final type as @Super proxy: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 7
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals: net.bytebuddy.description.type.TypeDescription
StackMap stack:
aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
ifne 8
aload 4
invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
aload 7
invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
ifne 9
8: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal.INSTANCE:Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding$Illegal;
areturn
9: StackMap locals:
StackMap stack:
new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous
dup
aload 1
10: getstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.STRATEGY: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/enumeration/EnumerationDescription;
invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast net.bytebuddy.description.enumeration.EnumerationDescription
ldc Lnet/bytebuddy/implementation/bind/annotation/Super$Instantiation;
invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.load:(Ljava/lang/Class;)Ljava/lang/Enum;
checkcast net.bytebuddy.implementation.bind.annotation.Super$Instantiation
11: aload 7
aload 4
aload 1
invokevirtual net.bytebuddy.implementation.bind.annotation.Super$Instantiation.proxyFor:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
12: invokespecial net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
areturn
end local 7 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 13 0 this Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
0 13 1 annotation Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Super;>;
0 13 2 source Lnet/bytebuddy/description/method/MethodDescription;
0 13 3 target Lnet/bytebuddy/description/method/ParameterDescription;
0 13 4 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
0 13 5 assigner Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
0 13 6 typing Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
5 13 7 proxyType Lnet/bytebuddy/description/type/TypeDescription;
Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Super;>;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding<*>;
MethodParameters:
Name Flags
annotation
source
target
implementationTarget
assigner
typing
public static net.bytebuddy.implementation.bind.annotation.Super$Binder[] values();
descriptor: ()[Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic net.bytebuddy.implementation.bind.annotation.Super$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray net.bytebuddy.implementation.bind.annotation.Super$Binder
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static net.bytebuddy.implementation.bind.annotation.Super$Binder valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast net.bytebuddy.implementation.bind.annotation.Super$Binder
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bind/annotation/Super$Binder;>;Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/Super;>;
SourceFile: "Super.java"
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 ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
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 abstract ParameterBinding = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding of net.bytebuddy.implementation.bind.MethodDelegationBinder
public Anonymous = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
public final Illegal = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
public final Binder = net.bytebuddy.implementation.bind.annotation.Super$Binder of net.bytebuddy.implementation.bind.annotation.Super
protected abstract TypeLocator = net.bytebuddy.implementation.bind.annotation.Super$Binder$TypeLocator of net.bytebuddy.implementation.bind.annotation.Super$Binder
public ForType = net.bytebuddy.implementation.bind.annotation.Super$Binder$TypeLocator$ForType of net.bytebuddy.implementation.bind.annotation.Super$Binder$TypeLocator
public abstract Instantiation = net.bytebuddy.implementation.bind.annotation.Super$Instantiation of net.bytebuddy.implementation.bind.annotation.Super
public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher