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<*>;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 0
astore 2
start local 2 2: goto 6
3: StackMap locals: java.lang.StringBuilder java.lang.reflect.AnnotatedType
StackMap stack:
aload 2
checkcast java.lang.reflect.AnnotatedArrayType
astore 3
start local 3 4: aload 1
new java.lang.StringBuilder
dup
aload 0
aload 3
invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotations:()[Ljava/lang/annotation/Annotation;
iconst_1
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.annotationsToString:([Ljava/lang/annotation/Annotation;Z)Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "[]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 3
invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
astore 2
end local 3 6: StackMap locals:
StackMap stack:
aload 2
instanceof java.lang.reflect.AnnotatedArrayType
ifne 3
7: aload 1
iconst_0
aload 2
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.insert:(ILjava/lang/String;)Ljava/lang/StringBuilder;
pop
8: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
1 9 1 sb Ljava/lang/StringBuilder;
2 9 2 componentType Ljava/lang/reflect/AnnotatedType;
4 6 3 annotatedArrayType Ljava/lang/reflect/AnnotatedArrayType;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.lang.reflect.AnnotatedArrayType
ifeq 9
1: aload 1
checkcast java.lang.reflect.AnnotatedArrayType
astore 2
start local 2 2: aload 0
aload 2
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
ifeq 8
3: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
4: aload 2
invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
5: invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
6: ifeq 8
7: iconst_1
ireturn
StackMap locals: java.lang.reflect.AnnotatedArrayType
StackMap stack:
8: iconst_0
ireturn
end local 2 9: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
0 10 1 o Ljava/lang/Object;
2 9 2 that Ljava/lang/reflect/AnnotatedArrayType;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.baseHashCode:()I
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
invokevirtual java.lang.Object.hashCode:()I
ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
}
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