public final class sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
super_class: java.lang.Object
{
private final sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target;
descriptor: Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int count;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int secondaryIndex;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final int UNUSED_INDEX;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -2
public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
bipush -2
bipush -2
invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
0 2 1 target Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
MethodParameters:
Name Flags
target
public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, int);
descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
bipush -2
invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
0 2 1 target Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
0 2 2 count I
MethodParameters:
Name Flags
target
count
public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, int, int);
descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
2: aload 0
iload 2
putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
3: aload 0
iload 3
putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
0 5 1 target Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
0 5 2 count I
0 5 3 secondaryIndex I
MethodParameters:
Name Flags
target
count
secondaryIndex
public sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget getTarget();
descriptor: ()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
public int getCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
public int getSecondaryIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
}
SourceFile: "TypeAnnotation.java"
NestHost: sun.reflect.annotation.TypeAnnotation
InnerClasses:
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