public abstract class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable<T> extends net.bytebuddy.description.method.ParameterList$AbstractBase<net.bytebuddy.description.method.ParameterDescription$InDefinedShape>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
super_class: net.bytebuddy.description.method.ParameterList$AbstractBase
{
private static final net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher DISPATCHER;
descriptor: Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected final T executable;
descriptor: Ljava/lang/Object;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: TT;
protected final net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource;
descriptor: Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$CreationAction.INSTANCE:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$CreationAction;
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
putstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(T, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
descriptor: (Ljava/lang/Object;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.executable:Ljava/lang/Object;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable<TT;>;
0 4 1 executable TT;
0 4 2 parameterAnnotationSource Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
Signature: (TT;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
MethodParameters:
Name Flags
executable
parameterAnnotationSource
public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Constructor<?>);
descriptor: (Ljava/lang/reflect/Constructor;)Lnet/bytebuddy/description/method/ParameterList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor
dup
aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
invokestatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.of:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 constructor Ljava/lang/reflect/Constructor<*>;
Signature: (Ljava/lang/reflect/Constructor<*>;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
MethodParameters:
Name Flags
constructor
public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Constructor<?>, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
descriptor: (Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
aload 0
aload 1
invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.describe:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 constructor Ljava/lang/reflect/Constructor<*>;
0 1 1 parameterAnnotationSource Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
Signature: (Ljava/lang/reflect/Constructor<*>;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
MethodParameters:
Name Flags
constructor
parameterAnnotationSource
public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)Lnet/bytebuddy/description/method/ParameterList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod
dup
aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
invokestatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.of:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 method Ljava/lang/reflect/Method;
Signature: (Ljava/lang/reflect/Method;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
MethodParameters:
Name Flags
method
public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Method, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
descriptor: (Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
aload 0
aload 1
invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.describe:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 method Ljava/lang/reflect/Method;
0 1 1 parameterAnnotationSource Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
Signature: (Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
MethodParameters:
Name Flags
method
parameterAnnotationSource
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
aload 0
getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.executable:Ljava/lang/Object;
invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.getParameterCount:(Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lnet/bytebuddy/description/method/ParameterList$AbstractBase<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
SourceFile: "ParameterList.java"
NestHost: net.bytebuddy.description.method.ParameterList
InnerClasses:
public abstract ForLoadedParameter = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter of net.bytebuddy.description.method.ParameterDescription
public abstract ParameterAnnotationSource = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter
public ForLoadedConstructor = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
public ForLoadedMethod = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
public abstract AbstractBase = net.bytebuddy.description.method.ParameterList$AbstractBase of net.bytebuddy.description.method.ParameterList
public abstract ForLoadedExecutable = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable of net.bytebuddy.description.method.ParameterList
protected abstract Dispatcher = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
public final CreationAction = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$CreationAction of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
protected OfConstructor = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
protected OfLegacyVmConstructor = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmConstructor of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
protected OfLegacyVmMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
protected OfMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable