public final class sun.reflect.annotation.AnnotatedTypeFactory
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.AnnotatedTypeFactory
super_class: java.lang.Object
{
static final sun.reflect.annotation.TypeAnnotation[] EMPTY_TYPE_ANNOTATION_ARRAY;
descriptor: [Lsun/reflect/annotation/TypeAnnotation;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final java.lang.reflect.AnnotatedType EMPTY_ANNOTATED_TYPE;
descriptor: Ljava/lang/reflect/AnnotatedType;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final java.lang.reflect.AnnotatedType[] EMPTY_ANNOTATED_TYPE_ARRAY;
descriptor: [Ljava/lang/reflect/AnnotatedType;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=0, args_size=0
0: iconst_0
anewarray sun.reflect.annotation.TypeAnnotation
putstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
1: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
dup
aconst_null
getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
2: getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
aconst_null
3: 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
putstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
4: iconst_0
anewarray java.lang.reflect.AnnotatedType
putstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE_ARRAY:[Ljava/lang/reflect/AnnotatedType;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory;
public static java.lang.reflect.AnnotatedType buildAnnotatedType(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;)Ljava/lang/reflect/AnnotatedType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
ifnonnull 2
1: getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokestatic sun.reflect.annotation.AnnotatedTypeFactory.isArray:(Ljava/lang/reflect/Type;)Z
ifeq 9
3: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
dup
aload 0
4: aload 1
5: aload 2
6: aload 3
7: aload 4
8: invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.<init>:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
areturn
9: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.Class
ifeq 16
10: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
dup
aload 0
11: aload 1
12: aload 2
13: aload 3
14: aload 4
15: 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
areturn
16: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.reflect.TypeVariable
ifeq 23
17: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl
dup
aload 0
checkcast java.lang.reflect.TypeVariable
18: aload 1
19: aload 2
20: aload 3
21: aload 4
22: invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.<init>:(Ljava/lang/reflect/TypeVariable;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
areturn
23: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.reflect.ParameterizedType
ifeq 30
24: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
dup
aload 0
checkcast java.lang.reflect.ParameterizedType
25: aload 1
26: aload 2
27: aload 3
28: aload 4
29: invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.<init>:(Ljava/lang/reflect/ParameterizedType;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
areturn
30: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.reflect.WildcardType
ifeq 37
31: new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl
dup
aload 0
checkcast java.lang.reflect.WildcardType
32: aload 1
33: aload 2
34: aload 3
35: aload 4
36: invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl.<init>:(Ljava/lang/reflect/WildcardType;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
areturn
37: StackMap locals:
StackMap stack:
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "Unknown instance of Type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "\nThis should not happen."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 type Ljava/lang/reflect/Type;
0 38 1 currentLoc Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
0 38 2 actualTypeAnnos [Lsun/reflect/annotation/TypeAnnotation;
0 38 3 allOnSameTarget [Lsun/reflect/annotation/TypeAnnotation;
0 38 4 decl Ljava/lang/reflect/AnnotatedElement;
MethodParameters:
Name Flags
type
currentLoc
actualTypeAnnos
allOnSameTarget
decl
public static sun.reflect.annotation.TypeAnnotation$LocationInfo nestingForType(java.lang.reflect.Type, sun.reflect.annotation.TypeAnnotation$LocationInfo);
descriptor: (Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokestatic sun.reflect.annotation.AnnotatedTypeFactory.isArray:(Ljava/lang/reflect/Type;)Z
ifeq 2
1: aload 1
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.Class
ifeq 9
3: aload 0
checkcast java.lang.Class
astore 2
start local 2 4: aload 2
invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
ifnonnull 6
5: aload 1
areturn
6: StackMap locals: java.lang.Class
StackMap stack:
aload 2
invokevirtual java.lang.Class.getModifiers:()I
invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
ifeq 8
7: aload 2
invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
aload 1
invokestatic sun.reflect.annotation.AnnotatedTypeFactory.nestingForType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
areturn
8: StackMap locals:
StackMap stack:
aload 2
invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
aload 1
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushInner:()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;
areturn
end local 2 9: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.reflect.ParameterizedType
ifeq 14
10: aload 0
checkcast java.lang.reflect.ParameterizedType
astore 2
start local 2 11: aload 2
invokeinterface java.lang.reflect.ParameterizedType.getOwnerType:()Ljava/lang/reflect/Type;
ifnonnull 13
12: aload 1
areturn
13: StackMap locals: java.lang.reflect.ParameterizedType
StackMap stack:
aload 2
invokeinterface java.lang.reflect.ParameterizedType.getOwnerType:()Ljava/lang/reflect/Type;
aload 1
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushInner:()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;
areturn
end local 2 14: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 type Ljava/lang/reflect/Type;
0 15 1 addTo Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
4 9 2 clz Ljava/lang/Class<*>;
11 14 2 t Ljava/lang/reflect/ParameterizedType;
MethodParameters:
Name Flags
type
addTo
private static boolean isArray(java.lang.reflect.Type);
descriptor: (Ljava/lang/reflect/Type;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
instanceof java.lang.Class
ifeq 4
1: aload 0
checkcast java.lang.Class
astore 1
start local 1 2: aload 1
invokevirtual java.lang.Class.isArray:()Z
ifeq 6
3: iconst_1
ireturn
end local 1 4: StackMap locals:
StackMap stack:
aload 0
instanceof java.lang.reflect.GenericArrayType
ifeq 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 t Ljava/lang/reflect/Type;
2 4 1 c Ljava/lang/Class<*>;
MethodParameters:
Name Flags
t
}
SourceFile: "AnnotatedTypeFactory.java"
NestMembers:
sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl
InnerClasses:
private final AnnotatedArrayTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
private final AnnotatedParameterizedTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
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
private final AnnotatedWildcardTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation