public class net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor extends net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor
super_class: net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase
{
private final java.lang.reflect.Constructor<?> constructor;
descriptor: Ljava/lang/reflect/Constructor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/reflect/Constructor<*>;
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Class<?>[] parameterType;
descriptor: [Ljava/lang/Class;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: [Ljava/lang/Class<*>;
private final net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource;
descriptor: Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(java.lang.reflect.Constructor<?>, int, java.lang.Class<?>[], net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
descriptor: (Ljava/lang/reflect/Constructor;I[Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
2: aload 0
iload 2
putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
3: aload 0
aload 3
putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
4: aload 0
aload 4
putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
0 6 1 constructor Ljava/lang/reflect/Constructor<*>;
0 6 2 index I
0 6 3 parameterType [Ljava/lang/Class;
0 6 4 parameterAnnotationSource Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
Signature: (Ljava/lang/reflect/Constructor<*>;I[Ljava/lang/Class<*>;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
MethodParameters:
Name Flags
constructor
index
parameterType
parameterAnnotationSource
public net.bytebuddy.description.type.TypeDescription$Generic getType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
ifeq 2
1: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
aaload
invokestatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
2: StackMap locals:
StackMap stack:
new net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter
dup
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter.<init>:(Ljava/lang/reflect/Constructor;I[Ljava/lang/Class;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
public net.bytebuddy.description.method.MethodDescription$InDefinedShape getDeclaringMethod();
descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
dup
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
public int getIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
public boolean isNamed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
public boolean hasModifiers();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
astore 1
start local 1 1: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
invokeinterface net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
astore 2
start local 2 2: aload 2
arraylength
aload 1
invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
if_icmpeq 7
aload 1
invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.isInnerClass:()Z
ifeq 7
3: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
ifne 5
4: new net.bytebuddy.description.annotation.AnnotationList$Empty
dup
invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
goto 6
5: StackMap locals: net.bytebuddy.description.method.MethodDescription$InDefinedShape java.lang.annotation.Annotation[][]
StackMap stack:
new net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations
dup
aload 2
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
iconst_1
isub
aaload
invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
6: StackMap locals:
StackMap stack: java.util.AbstractList
areturn
7: StackMap locals:
StackMap stack:
new net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations
dup
aload 2
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
aaload
invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
1 8 1 declaringMethod Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
2 8 2 parameterAnnotation [[Ljava/lang/annotation/Annotation;
public net.bytebuddy.description.method.MethodDescription getDeclaringMethod();
descriptor: ()Lnet/bytebuddy/description/method/MethodDescription;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ParameterDescription.java"
NestHost: net.bytebuddy.description.method.ParameterDescription
InnerClasses:
public Empty = net.bytebuddy.description.annotation.AnnotationList$Empty of net.bytebuddy.description.annotation.AnnotationList
public ForLoadedAnnotations = net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations of net.bytebuddy.description.annotation.AnnotationList
public ForLoadedConstructor = net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor of net.bytebuddy.description.method.MethodDescription
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public abstract ForLoadedParameter = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter of net.bytebuddy.description.method.ParameterDescription
protected OfLegacyVmConstructor = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter
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 AbstractBase = net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase of net.bytebuddy.description.method.ParameterDescription$InDefinedShape
public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract LazyProjection = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection of net.bytebuddy.description.type.TypeDescription$Generic
public OfConstructorParameter = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter of net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection
public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType