public class net.bytebuddy.description.method.MethodDescription$Latent extends net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.MethodDescription$Latent
super_class: net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
{
private final net.bytebuddy.description.type.TypeDescription declaringType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String internalName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int modifiers;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<? extends net.bytebuddy.description.type.TypeVariableToken> typeVariables;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;
private final net.bytebuddy.description.type.TypeDescription$Generic returnType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token> parameterTokens;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;
private final java.util.List<? extends net.bytebuddy.description.type.TypeDescription$Generic> exceptionTypes;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
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 net.bytebuddy.description.annotation.AnnotationValue<?, ?> defaultValue;
descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
private final net.bytebuddy.description.type.TypeDescription$Generic receiverType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription$Token);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
2: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
3: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
4: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
5: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
6: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
7: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
8: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
9: aload 2
invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokespecial net.bytebuddy.description.method.MethodDescription$Latent.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
0 11 1 declaringType Lnet/bytebuddy/description/type/TypeDescription;
0 11 2 token Lnet/bytebuddy/description/method/MethodDescription$Token;
MethodParameters:
Name Flags
declaringType
token
public void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.String, int, java.util.List<? extends net.bytebuddy.description.type.TypeVariableToken>, net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token>, java.util.List<? extends net.bytebuddy.description.type.TypeDescription$Generic>, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>, net.bytebuddy.description.annotation.AnnotationValue<?, ?>, net.bytebuddy.description.type.TypeDescription$Generic);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=11, args_size=11
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.MethodDescription$Latent.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.MethodDescription$Latent.internalName:Ljava/lang/String;
3: aload 0
iload 3
putfield net.bytebuddy.description.method.MethodDescription$Latent.modifiers:I
4: aload 0
aload 4
putfield net.bytebuddy.description.method.MethodDescription$Latent.typeVariables:Ljava/util/List;
5: aload 0
aload 5
putfield net.bytebuddy.description.method.MethodDescription$Latent.returnType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
6: aload 0
aload 6
putfield net.bytebuddy.description.method.MethodDescription$Latent.parameterTokens:Ljava/util/List;
7: aload 0
aload 7
putfield net.bytebuddy.description.method.MethodDescription$Latent.exceptionTypes:Ljava/util/List;
8: aload 0
aload 8
putfield net.bytebuddy.description.method.MethodDescription$Latent.declaredAnnotations:Ljava/util/List;
9: aload 0
aload 9
putfield net.bytebuddy.description.method.MethodDescription$Latent.defaultValue:Lnet/bytebuddy/description/annotation/AnnotationValue;
10: aload 0
aload 10
putfield net.bytebuddy.description.method.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
11: return
end local 10 end local 9 end local 8 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 12 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
0 12 1 declaringType Lnet/bytebuddy/description/type/TypeDescription;
0 12 2 internalName Ljava/lang/String;
0 12 3 modifiers I
0 12 4 typeVariables Ljava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;
0 12 5 returnType Lnet/bytebuddy/description/type/TypeDescription$Generic;
0 12 6 parameterTokens Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;
0 12 7 exceptionTypes Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
0 12 8 declaredAnnotations Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
0 12 9 defaultValue Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
0 12 10 receiverType Lnet/bytebuddy/description/type/TypeDescription$Generic;
Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;Lnet/bytebuddy/description/annotation/AnnotationValue<**>;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
MethodParameters:
Name Flags
declaringType
internalName
modifiers
typeVariables
returnType
parameterTokens
exceptionTypes
declaredAnnotations
defaultValue
receiverType
public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.typeVariables:Ljava/util/List;
invokestatic net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes.attachVariables:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;)Lnet/bytebuddy/description/type/TypeList$Generic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
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.MethodDescription$Latent.returnType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 0
invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/method/MethodDescription;)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/MethodDescription$Latent;
public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> getParameters();
descriptor: ()Lnet/bytebuddy/description/method/ParameterList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.method.ParameterList$ForTokens
dup
aload 0
aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.parameterTokens:Ljava/util/List;
invokespecial net.bytebuddy.description.method.ParameterList$ForTokens.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
public net.bytebuddy.description.type.TypeList$Generic getExceptionTypes();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.exceptionTypes:Ljava/util/List;
invokestatic net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes.attach:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;)Lnet/bytebuddy/description/type/TypeList$Generic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$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.MethodDescription$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/MethodDescription$Latent;
public java.lang.String getInternalName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.internalName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
public net.bytebuddy.description.type.TypeDescription getDeclaringType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
public int getModifiers();
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.MethodDescription$Latent.modifiers:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
public net.bytebuddy.description.annotation.AnnotationValue<?, ?> getDefaultValue();
descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.defaultValue:Lnet/bytebuddy/description/annotation/AnnotationValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
public net.bytebuddy.description.type.TypeDescription$Generic getReceiverType();
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.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
ifnonnull 2
1: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield net.bytebuddy.description.method.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 0
invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/method/MethodDescription;)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
3: StackMap locals:
StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/method/MethodDescription$Latent;
public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual net.bytebuddy.description.method.MethodDescription$Latent.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
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 AbstractBase = net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase of net.bytebuddy.description.method.MethodDescription$InDefinedShape
public Latent = net.bytebuddy.description.method.MethodDescription$Latent of net.bytebuddy.description.method.MethodDescription
public TypeInitializer = net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer of net.bytebuddy.description.method.MethodDescription$Latent
public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
public ForTokens = net.bytebuddy.description.method.ParameterList$ForTokens of net.bytebuddy.description.method.ParameterList
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
public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
public ForDetachedTypes = net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes of net.bytebuddy.description.type.TypeList$Generic