public class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm implements net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm
super_class: java.lang.Object
{
private static final java.lang.Object[] NO_ARGUMENTS;
descriptor: [Ljava/lang/Object;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final java.lang.reflect.Method getParameterCount;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
anewarray java.lang.Object
putstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.getParameterCount:Ljava/lang/reflect/Method;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
0 3 1 getParameterCount Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
getParameterCount
public int getParameterCount(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.getParameterCount:Ljava/lang/reflect/Method;
aload 1
getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
1: ireturn
2: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 2
start local 2 3: new java.lang.IllegalStateException
dup
ldc "Cannot access java.lang.reflect.Parameter#getModifiers"
aload 2
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 2
start local 2 5: new java.lang.IllegalStateException
dup
ldc "Error invoking java.lang.reflect.Parameter#getModifiers"
aload 2
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
0 6 1 executable Ljava/lang/Object;
3 4 2 exception Ljava/lang/IllegalAccessException;
5 6 2 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 1 2 Class java.lang.IllegalAccessException
0 1 4 Class java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
executable
public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> describe(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: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor
dup
aload 1
aload 2
invokespecial net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor.<init>:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
0 1 1 constructor Ljava/lang/reflect/Constructor<*>;
0 1 2 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 net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> describe(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: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod
dup
aload 1
aload 2
invokespecial net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod.<init>:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
0 1 1 method Ljava/lang/reflect/Method;
0 1 2 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
}
SourceFile: "ParameterList.java"
NestHost: net.bytebuddy.description.method.ParameterList
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
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 abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
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 ForJava8CapableVm = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm 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 OfMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()