final class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl extends sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedTypeVariable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl
super_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
{
void <init>(java.lang.reflect.TypeVariable<?>, sun.reflect.annotation.TypeAnnotation$LocationInfo, sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation[], java.lang.reflect.AnnotatedElement);
descriptor: (Ljava/lang/reflect/TypeVariable;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.<init>:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
1: return
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 2 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
0 2 1 type Ljava/lang/reflect/TypeVariable<*>;
0 2 2 location Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
0 2 3 actualTypeAnnotations [Lsun/reflect/annotation/TypeAnnotation;
0 2 4 allOnSameTargetTypeAnnotations [Lsun/reflect/annotation/TypeAnnotation;
0 2 5 decl Ljava/lang/reflect/AnnotatedElement;
Signature: (Ljava/lang/reflect/TypeVariable<*>;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
MethodParameters:
Name Flags
type
location
actualTypeAnnotations
allOnSameTargetTypeAnnotations
decl
public java.lang.reflect.AnnotatedType[] getAnnotatedBounds();
descriptor: ()[Ljava/lang/reflect/AnnotatedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.getTypeVariable:()Ljava/lang/reflect/TypeVariable;
invokeinterface java.lang.reflect.TypeVariable.getAnnotatedBounds:()[Ljava/lang/reflect/AnnotatedType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
descriptor: ()Ljava/lang/reflect/AnnotatedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
private java.lang.reflect.TypeVariable<?> getTypeVariable();
descriptor: ()Ljava/lang/reflect/TypeVariable;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.getType:()Ljava/lang/reflect/Type;
checkcast java.lang.reflect.TypeVariable
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
Signature: ()Ljava/lang/reflect/TypeVariable<*>;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
private AnnotatedTypeBaseImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl of sun.reflect.annotation.AnnotatedTypeFactory
private final AnnotatedTypeVariableImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl of sun.reflect.annotation.AnnotatedTypeFactory
public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation