public final class sun.reflect.annotation.TypeAnnotation
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.TypeAnnotation
super_class: java.lang.Object
{
private final sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo targetInfo;
descriptor: Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final sun.reflect.annotation.TypeAnnotation$LocationInfo loc;
descriptor: Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.annotation.Annotation annotation;
descriptor: Ljava/lang/annotation/Annotation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.reflect.AnnotatedElement baseDeclaration;
descriptor: Ljava/lang/reflect/AnnotatedElement;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo, sun.reflect.annotation.TypeAnnotation$LocationInfo, java.lang.annotation.Annotation, java.lang.reflect.AnnotatedElement);
descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedElement;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.annotation.TypeAnnotation.targetInfo:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
2: aload 0
aload 2
putfield sun.reflect.annotation.TypeAnnotation.loc:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
3: aload 0
aload 3
putfield sun.reflect.annotation.TypeAnnotation.annotation:Ljava/lang/annotation/Annotation;
4: aload 0
aload 4
putfield sun.reflect.annotation.TypeAnnotation.baseDeclaration:Ljava/lang/reflect/AnnotatedElement;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/reflect/annotation/TypeAnnotation;
0 6 1 targetInfo Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
0 6 2 loc Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
0 6 3 annotation Ljava/lang/annotation/Annotation;
0 6 4 baseDeclaration Ljava/lang/reflect/AnnotatedElement;
MethodParameters:
Name Flags
targetInfo
loc
annotation
baseDeclaration
public sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo getTargetInfo();
descriptor: ()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation.targetInfo:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation;
public java.lang.annotation.Annotation getAnnotation();
descriptor: ()Ljava/lang/annotation/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation.annotation:Ljava/lang/annotation/Annotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation;
public java.lang.reflect.AnnotatedElement getBaseDeclaration();
descriptor: ()Ljava/lang/reflect/AnnotatedElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation.baseDeclaration:Ljava/lang/reflect/AnnotatedElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation;
public sun.reflect.annotation.TypeAnnotation$LocationInfo getLocationInfo();
descriptor: ()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation.loc:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation;
public static java.util.List<sun.reflect.annotation.TypeAnnotation> filter(sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
descriptor: ([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
aload 0
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 1: aload 0
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: sun.reflect.annotation.TypeAnnotation[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget java.util.ArrayList top int int sun.reflect.annotation.TypeAnnotation[]
StackMap stack:
2: aload 6
iload 4
aaload
astore 3
start local 3 3: aload 3
invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getTarget:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
aload 1
if_acmpne 5
4: aload 2
aload 3
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 2
7: aload 2
invokevirtual java.util.ArrayList.trimToSize:()V
8: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 typeAnnotations [Lsun/reflect/annotation/TypeAnnotation;
0 9 1 predicate Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
1 9 2 typeAnnos Ljava/util/ArrayList<Lsun/reflect/annotation/TypeAnnotation;>;
3 5 3 t Lsun/reflect/annotation/TypeAnnotation;
Signature: ([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
MethodParameters:
Name Flags
typeAnnotations
predicate
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
getfield sun.reflect.annotation.TypeAnnotation.annotation:Ljava/lang/annotation/Annotation;
invokeinterface java.lang.annotation.Annotation.toString:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " with Targetnfo: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
1: aload 0
getfield sun.reflect.annotation.TypeAnnotation.targetInfo:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc " on base declaration: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: aload 0
getfield sun.reflect.annotation.TypeAnnotation.baseDeclaration:Ljava/lang/reflect/AnnotatedElement;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/reflect/annotation/TypeAnnotation;
}
SourceFile: "TypeAnnotation.java"
NestMembers:
sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation$LocationInfo$Location sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
InnerClasses:
public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation
public final TypeAnnotationTarget = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget of sun.reflect.annotation.TypeAnnotation
public final TypeAnnotationTargetInfo = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo of sun.reflect.annotation.TypeAnnotation