public class net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor 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$ForLoadedConstructor
super_class: net.bytebuddy.description.method.MethodDescription$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<*>;
public void <init>(java.lang.reflect.Constructor<?>);
descriptor: (Ljava/lang/reflect/Constructor;)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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
0 3 1 constructor Ljava/lang/reflect/Constructor<*>;
Signature: (Ljava/lang/reflect/Constructor<*>;)V
MethodParameters:
Name Flags
constructor
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.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$ForLoadedConstructor;
public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.type.TypeDescription$Generic.VOID:Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
aload 0
invokestatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.of:(Ljava/lang/reflect/Constructor;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$ForLoadedConstructor;
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: new net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes
dup
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokespecial net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes.<init>:(Ljava/lang/reflect/Constructor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
public boolean isConstructor();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor;
public boolean represents(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)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$ForLoadedConstructor;
0 1 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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
aload 1
invokevirtual java.lang.reflect.Constructor.equals:(Ljava/lang/Object;)Z
ifne 1
aload 0
new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
dup
aload 1
invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
invokevirtual net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.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$ForLoadedConstructor;
0 2 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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.getModifiers:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.isSynthetic:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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: ldc "<init>"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokestatic org.objectweb.asm.Type.getConstructorDescriptor:(Ljava/lang/reflect/Constructor;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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: getstatic net.bytebuddy.description.annotation.AnnotationValue.UNDEFINED:Lnet/bytebuddy/description/annotation/AnnotationValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.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$ForLoadedConstructor;
RuntimeVisibleAnnotations:
net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "declaredAnnotations")
public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
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 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$Generic$AnnotationReader.DISPATCHER:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher;
aload 0
getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
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 1: aload 1
ifnonnull 3
2: aload 0
invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
goto 4
3: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
aload 1
4: StackMap locals:
StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
1 5 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$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
invokevirtual java.lang.reflect.Constructor.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
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$ForLoadedConstructor.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 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 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 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 Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
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 OfConstructorExceptionTypes = net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes of net.bytebuddy.description.type.TypeList$Generic