final class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl extends sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedArrayType
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
super_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
{
void <init>(java.lang.reflect.Type, sun.reflect.annotation.TypeAnnotation$LocationInfo, sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation[], java.lang.reflect.AnnotatedElement);
descriptor: (Ljava/lang/reflect/Type;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$AnnotatedArrayTypeImpl;
0 2 1 type Ljava/lang/reflect/Type;
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;
MethodParameters:
Name Flags
type
location
actualTypeAnnotations
allOnSameTargetTypeAnnotations
decl
public java.lang.reflect.AnnotatedType getAnnotatedGenericComponentType();
descriptor: ()Ljava/lang/reflect/AnnotatedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getComponentType:()Ljava/lang/reflect/Type;
astore 1
start local 1 1: aload 1
2: aload 1
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushArray:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
invokestatic sun.reflect.annotation.AnnotatedTypeFactory.nestingForType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
3: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
4: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
5: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
6: invokestatic sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/reflect/AnnotatedType;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
1 7 1 t Ljava/lang/reflect/Type;
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$AnnotatedArrayTypeImpl;
private java.lang.reflect.Type getComponentType();
descriptor: ()Ljava/lang/reflect/Type;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getType:()Ljava/lang/reflect/Type;
astore 1
start local 1 1: aload 1
instanceof java.lang.Class
ifeq 4
2: aload 1
checkcast java.lang.Class
astore 2
start local 2 3: aload 2
invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
areturn
end local 2 4: StackMap locals: java.lang.reflect.Type
StackMap stack:
aload 1
checkcast java.lang.reflect.GenericArrayType
invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
1 5 1 t Ljava/lang/reflect/Type;
3 4 2 c Ljava/lang/Class<*>;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
private final AnnotatedArrayTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
private AnnotatedTypeBaseImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl of sun.reflect.annotation.AnnotatedTypeFactory
public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation