public class net.bytebuddy.description.method.MethodDescription$ForLoadedMethod extends net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase implements net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
super_class: net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
{
private final java.lang.reflect.Method method;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method: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/MethodDescription$ForLoadedMethod;
0 3 1 method Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
method
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$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
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$ForLoadedReturnType
dup
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$ForLoadedReturnType.<init>:(Ljava/lang/reflect/Method;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
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=2, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
aload 0
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 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
RuntimeVisibleAnnotations:
net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "parameters")
public net.bytebuddy.description.type.TypeList$Generic getExceptionTypes();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
ifeq 2
1: new net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes
dup
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getExceptionTypes:()[Ljava/lang/Class;
invokespecial net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes.<init>:([Ljava/lang/reflect/Type;)V
areturn
2: StackMap locals:
StackMap stack:
new net.bytebuddy.description.type.TypeList$Generic$OfMethodExceptionTypes
dup
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokespecial net.bytebuddy.description.type.TypeList$Generic$OfMethodExceptionTypes.<init>:(Ljava/lang/reflect/Method;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public boolean isConstructor();
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/MethodDescription$ForLoadedMethod;
public boolean isTypeInitializer();
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/MethodDescription$ForLoadedMethod;
public boolean isBridge();
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.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.isBridge:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public boolean represents(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
aload 1
invokevirtual java.lang.reflect.Method.equals:(Ljava/lang/Object;)Z
ifne 1
aload 0
new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
dup
aload 1
invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
invokevirtual net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.equals:(Ljava/lang/Object;)Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
0 2 1 method Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
method
public boolean represents(java.lang.reflect.Constructor<?>);
descriptor: (Ljava/lang/reflect/Constructor;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
0 1 1 constructor Ljava/lang/reflect/Constructor<*>;
Signature: (Ljava/lang/reflect/Constructor<*>;)Z
MethodParameters:
Name Flags
constructor
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
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
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$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getModifiers:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public boolean isSynthetic();
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.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.isSynthetic:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
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$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public java.lang.String getDescriptor();
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$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokestatic org.objectweb.asm.Type.getMethodDescriptor:(Ljava/lang/reflect/Method;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public java.lang.reflect.Method getLoadedMethod();
descriptor: ()Ljava/lang/reflect/Method;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
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$ForLoadedAnnotations
dup
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
RuntimeVisibleAnnotations:
net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "declaredAnnotations")
public net.bytebuddy.description.annotation.AnnotationValue<?, ?> getDefaultValue();
descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getDefaultValue:()Ljava/lang/Object;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: getstatic net.bytebuddy.description.annotation.AnnotationValue.UNDEFINED:Lnet/bytebuddy/description/annotation/AnnotationValue;
goto 4
3: StackMap locals: java.lang.Object
StackMap stack:
aload 1
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
invokestatic net.bytebuddy.description.annotation.AnnotationDescription$ForLoadedAnnotation.asValue:(Ljava/lang/Object;Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationValue;
4: StackMap locals:
StackMap stack: net.bytebuddy.description.annotation.AnnotationValue
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
1 5 1 value Ljava/lang/Object;
Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
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: getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
ifeq 2
1: new net.bytebuddy.description.type.TypeList$Generic$Empty
dup
invokespecial net.bytebuddy.description.type.TypeList$Generic$Empty.<init>:()V
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokestatic net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes$OfTypeVariables.of:(Ljava/lang/reflect/GenericDeclaration;)Lnet/bytebuddy/description/type/TypeList$Generic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
public net.bytebuddy.description.type.TypeDescription$Generic getReceiverType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
ifeq 2
1: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
2: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader.DISPATCHER:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher;
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher.resolveReceiverType:(Ljava/lang/reflect/AccessibleObject;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 1
start local 1 3: aload 1
ifnonnull 5
4: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
goto 6
5: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
aload 1
6: StackMap locals:
StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
3 7 1 receiverType Lnet/bytebuddy/description/type/TypeDescription$Generic;
public java.lang.annotation.Annotation[][] getParameterAnnotations();
descriptor: ()[[Ljava/lang/annotation/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedMethod;
RuntimeVisibleAnnotations:
net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "parameterAnnotations")
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$ForLoadedMethod.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 Enhance = net.bytebuddy.build.CachedReturnPlugin$Enhance of net.bytebuddy.build.CachedReturnPlugin
public ForLoadedAnnotation = net.bytebuddy.description.annotation.AnnotationDescription$ForLoadedAnnotation of net.bytebuddy.description.annotation.AnnotationDescription
public ForLoadedAnnotations = net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations of net.bytebuddy.description.annotation.AnnotationList
public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
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 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
public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract AnnotationReader = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader of net.bytebuddy.description.type.TypeDescription$Generic
public abstract Dispatcher = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader
public abstract LazyProjection = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection of net.bytebuddy.description.type.TypeDescription$Generic
public ForLoadedReturnType = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$ForLoadedReturnType 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
public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
public Empty = net.bytebuddy.description.type.TypeList$Generic$Empty of net.bytebuddy.description.type.TypeList$Generic
public ForLoadedTypes = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes of net.bytebuddy.description.type.TypeList$Generic
public OfTypeVariables = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes$OfTypeVariables of net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes
public OfMethodExceptionTypes = net.bytebuddy.description.type.TypeList$Generic$OfMethodExceptionTypes of net.bytebuddy.description.type.TypeList$Generic