public class net.bytebuddy.description.method.ParameterDescription$Latent 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$Latent
super_class: net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase
{
private final net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod;
descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.description.type.TypeDescription$Generic parameterType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription> declaredAnnotations;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Integer modifiers;
descriptor: Ljava/lang/Integer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int offset;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.method.ParameterDescription$Token, int, int);
descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/method/ParameterDescription$Token;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
1: aload 2
invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
2: aload 2
invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
3: aload 2
invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getName:()Ljava/lang/String;
4: aload 2
invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getModifiers:()Ljava/lang/Integer;
5: iload 3
6: iload 4
invokespecial net.bytebuddy.description.method.ParameterDescription$Latent.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;II)V
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
0 8 1 declaringMethod Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
0 8 2 token Lnet/bytebuddy/description/method/ParameterDescription$Token;
0 8 3 index I
0 8 4 offset I
MethodParameters:
Name Flags
declaringMethod
token
index
offset
public void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.type.TypeDescription$Generic, int, int);
descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/type/TypeDescription$Generic;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
1: aload 2
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
3: getstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_NAME:Ljava/lang/String;
4: getstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_MODIFIERS:Ljava/lang/Integer;
5: iload 3
6: iload 4
invokespecial net.bytebuddy.description.method.ParameterDescription$Latent.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;II)V
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
0 8 1 declaringMethod Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
0 8 2 parameterType Lnet/bytebuddy/description/type/TypeDescription$Generic;
0 8 3 index I
0 8 4 offset I
MethodParameters:
Name Flags
declaringMethod
parameterType
index
offset
public void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>, java.lang.String, java.lang.Integer, int, );
descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.ParameterDescription$Latent.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.ParameterDescription$Latent.parameterType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
3: aload 0
aload 3
putfield net.bytebuddy.description.method.ParameterDescription$Latent.declaredAnnotations:Ljava/util/List;
4: aload 0
aload 4
putfield net.bytebuddy.description.method.ParameterDescription$Latent.name:Ljava/lang/String;
5: aload 0
aload 5
putfield net.bytebuddy.description.method.ParameterDescription$Latent.modifiers:Ljava/lang/Integer;
6: aload 0
iload 6
putfield net.bytebuddy.description.method.ParameterDescription$Latent.index:I
7: aload 0
iload 7
putfield net.bytebuddy.description.method.ParameterDescription$Latent.offset:I
8: return
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 9 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
0 9 1 declaringMethod Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
0 9 2 parameterType Lnet/bytebuddy/description/type/TypeDescription$Generic;
0 9 3 declaredAnnotations Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
0 9 4 name Ljava/lang/String;
0 9 5 modifiers Ljava/lang/Integer;
0 9 6 index I
0 9 7 offset I
Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;Ljava/lang/String;Ljava/lang/Integer;II)V
MethodParameters:
Name Flags
declaringMethod
parameterType
declaredAnnotations
name
modifiers
index
offset
public net.bytebuddy.description.type.TypeDescription$Generic getType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.parameterType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 0
invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/method/ParameterDescription;)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Substitutor$ForAttachment;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription$Generic
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public net.bytebuddy.description.method.MethodDescription$InDefinedShape getDeclaringMethod();
descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
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$Latent.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public int getOffset();
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$Latent.offset:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public boolean isNamed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.name:Ljava/lang/String;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public boolean hasModifiers();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.modifiers:Ljava/lang/Integer;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.method.ParameterDescription$Latent.isNamed:()Z
ifeq 2
1: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.name:Ljava/lang/String;
goto 3
2: StackMap locals:
StackMap stack:
aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase.getName:()Ljava/lang/String;
3: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public int getModifiers();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.method.ParameterDescription$Latent.hasModifiers:()Z
ifeq 2
1: aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.modifiers:Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
goto 3
2: StackMap locals:
StackMap stack:
aload 0
invokespecial net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase.getModifiers:()I
3: StackMap locals:
StackMap stack: int
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.annotation.AnnotationList$Explicit
dup
aload 0
getfield net.bytebuddy.description.method.ParameterDescription$Latent.declaredAnnotations:Ljava/util/List;
invokespecial net.bytebuddy.description.annotation.AnnotationList$Explicit.<init>:(Ljava/util/List;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/ParameterDescription$Latent;
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$Latent.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 Explicit = net.bytebuddy.description.annotation.AnnotationList$Explicit of net.bytebuddy.description.annotation.AnnotationList
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
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 Latent = net.bytebuddy.description.method.ParameterDescription$Latent of net.bytebuddy.description.method.ParameterDescription
public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
public abstract Substitutor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
public ForAttachment = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor