class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedType
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
super_class: java.lang.Object
{
private final java.lang.reflect.Type type;
descriptor: Ljava/lang/reflect/Type;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.reflect.AnnotatedElement decl;
descriptor: Ljava/lang/reflect/AnnotatedElement;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final sun.reflect.annotation.TypeAnnotation$LocationInfo location;
descriptor: Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final sun.reflect.annotation.TypeAnnotation[] allOnSameTargetTypeAnnotations;
descriptor: [Lsun/reflect/annotation/TypeAnnotation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> annotations;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
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=3, 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
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
2: aload 0
aload 5
putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.decl:Ljava/lang/reflect/AnnotatedElement;
3: aload 0
aload 2
putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.location:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
4: aload 0
aload 4
putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.allOnSameTargetTypeAnnotations:[Lsun/reflect/annotation/TypeAnnotation;
5: aload 0
aload 2
aload 3
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.filter:([Lsun/reflect/annotation/TypeAnnotation;)[Lsun/reflect/annotation/TypeAnnotation;
invokestatic sun.reflect.annotation.TypeAnnotationParser.mapTypeAnnotations:([Lsun/reflect/annotation/TypeAnnotation;)Ljava/util/Map;
putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
6: 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 7 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 7 1 type Ljava/lang/reflect/Type;
0 7 2 location Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
0 7 3 actualTypeAnnotations [Lsun/reflect/annotation/TypeAnnotation;
0 7 4 allOnSameTargetTypeAnnotations [Lsun/reflect/annotation/TypeAnnotation;
0 7 5 decl Ljava/lang/reflect/AnnotatedElement;
MethodParameters:
Name Flags
type
location
actualTypeAnnotations
allOnSameTargetTypeAnnotations
decl
public final java.lang.annotation.Annotation[] getAnnotations();
descriptor: ()[Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
public final <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 1 1 annotation Ljava/lang/Class<TT;>;
Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
MethodParameters:
Name Flags
annotation
public final <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(java.lang.Class<T>);
descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotationsByType:(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 1 1 annotation Ljava/lang/Class<TT;>;
Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
MethodParameters:
Name Flags
annotation
public final java.lang.annotation.Annotation[] getDeclaredAnnotations();
descriptor: ()[Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
invokeinterface java.util.Map.values:()Ljava/util/Collection;
iconst_0
anewarray java.lang.annotation.Annotation
invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast java.lang.annotation.Annotation[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
public final <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.Class<T>);
descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.annotation.Annotation
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 1 1 annotation Ljava/lang/Class<TT;>;
Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
MethodParameters:
Name Flags
annotation
public final <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
aload 1
invokestatic sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent:(Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 1 1 annotation Ljava/lang/Class<TT;>;
Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
MethodParameters:
Name Flags
annotation
public final java.lang.reflect.Type getType();
descriptor: ()Ljava/lang/reflect/Type;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
descriptor: ()Ljava/lang/reflect/AnnotatedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=10, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
instanceof java.lang.Class
ifne 2
1: new java.lang.IllegalStateException
dup
ldc "Can't compute owner"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
checkcast java.lang.Class
astore 1
start local 1 3: aload 1
invokevirtual java.lang.Class.getDeclaringClass:()Ljava/lang/Class;
astore 2
start local 2 4: aload 2
ifnonnull 6
5: aconst_null
areturn
6: StackMap locals: java.lang.Class java.lang.Class
StackMap stack:
aload 1
invokevirtual java.lang.Class.isPrimitive:()Z
ifne 7
aload 1
getstatic java.lang.Void.TYPE:Ljava/lang/Class;
if_acmpne 8
7: StackMap locals:
StackMap stack:
aconst_null
areturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
iconst_1
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.popLocation:(B)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
astore 3
start local 3 9: aload 3
ifnonnull 13
10: aload 2
getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
11: 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;
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
12: 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
13: StackMap locals: sun.reflect.annotation.TypeAnnotation$LocationInfo
StackMap stack:
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
astore 4
start local 4 14: new java.util.ArrayList
dup
aload 4
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 5
start local 5 15: aload 4
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 20
StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl java.lang.Class java.lang.Class sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation[] java.util.List top int int sun.reflect.annotation.TypeAnnotation[]
StackMap stack:
16: aload 9
iload 7
aaload
astore 6
start local 6 17: aload 6
invokevirtual sun.reflect.annotation.TypeAnnotation.getLocationInfo:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
aload 3
invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.isSameLocationInfo:(Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Z
ifeq 19
18: aload 5
aload 6
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 19: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
20: iload 7
iload 8
if_icmplt 16
21: aload 2
aload 3
aload 5
getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast sun.reflect.annotation.TypeAnnotation[]
aload 4
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
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 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
3 22 1 nested Ljava/lang/Class<*>;
4 22 2 owner Ljava/lang/Class<*>;
9 22 3 outerLoc Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
14 22 4 all [Lsun/reflect/annotation/TypeAnnotation;
15 22 5 l Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
17 19 6 t Lsun/reflect/annotation/TypeAnnotation;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
iconst_0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.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
1: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
instanceof java.lang.Class
ifeq 2
aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
goto 3
StackMap locals:
StackMap stack: java.lang.StringBuilder
2: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
StackMap stack: java.lang.StringBuilder java.lang.String
3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
protected java.lang.String annotationsToString(java.lang.annotation.Annotation[], boolean);
descriptor: ([Ljava/lang/annotation/Annotation;Z)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnull 10
aload 1
arraylength
ifle 10
1: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 3
start local 3 2: aload 3
aload 1
invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
3: invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
java/lang/annotation/Annotation.toString()Ljava/lang/String; (9 itf)
(Ljava/lang/annotation/Annotation;)Ljava/lang/String;
invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
4: ldc " "
invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
checkcast java.lang.String
5: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
6: iload 2
ifeq 8
7: aload 3
iconst_0
ldc " "
invokevirtual java.lang.StringBuffer.insert:(ILjava/lang/String;)Ljava/lang/StringBuffer;
pop
goto 9
8: StackMap locals: java.lang.StringBuffer
StackMap stack:
aload 3
ldc " "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
9: StackMap locals:
StackMap stack:
aload 3
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 3 10: StackMap locals:
StackMap stack:
ldc ""
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 11 1 annotations [Ljava/lang/annotation/Annotation;
0 11 2 leadingSpace Z
2 10 3 sb Ljava/lang/StringBuffer;
MethodParameters:
Name Flags
annotations
leadingSpace
protected boolean equalsTypeAndAnnotations(java.lang.reflect.AnnotatedType);
descriptor: (Ljava/lang/reflect/AnnotatedType;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getType:()Ljava/lang/reflect/Type;
aload 1
invokeinterface java.lang.reflect.AnnotatedType.getType:()Ljava/lang/reflect/Type;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
1: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
aload 1
invokeinterface java.lang.reflect.AnnotatedType.getAnnotations:()[Ljava/lang/annotation/Annotation;
invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
ifeq 4
2: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
aload 1
invokeinterface java.lang.reflect.AnnotatedType.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
3: iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 5 1 that Ljava/lang/reflect/AnnotatedType;
MethodParameters:
Name Flags
that
int baseHashCode();
descriptor: ()I
flags: (0x0000)
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
invokevirtual java.lang.Object.hashCode:()I
1: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
2: ixor
iconst_1
anewarray java.lang.Object
dup
iconst_0
3: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
aastore
invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
4: ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
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.AnnotatedType
ifeq 7
1: aload 1
instanceof java.lang.reflect.AnnotatedArrayType
ifne 7
2: aload 1
instanceof java.lang.reflect.AnnotatedTypeVariable
ifne 7
3: aload 1
instanceof java.lang.reflect.AnnotatedParameterizedType
ifne 7
4: aload 1
instanceof java.lang.reflect.AnnotatedWildcardType
ifne 7
5: aload 1
checkcast java.lang.reflect.AnnotatedType
astore 2
start local 2 6: aload 0
aload 2
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
ireturn
end local 2 7: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
0 8 1 o Ljava/lang/Object;
6 7 2 that Ljava/lang/reflect/AnnotatedType;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.baseHashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
final sun.reflect.annotation.TypeAnnotation$LocationInfo getLocation();
descriptor: ()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.location:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
final sun.reflect.annotation.TypeAnnotation[] getTypeAnnotations();
descriptor: ()[Lsun/reflect/annotation/TypeAnnotation;
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.allOnSameTargetTypeAnnotations:[Lsun/reflect/annotation/TypeAnnotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
final java.lang.reflect.AnnotatedElement getDecl();
descriptor: ()Ljava/lang/reflect/AnnotatedElement;
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.decl:Ljava/lang/reflect/AnnotatedElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
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