public final class sun.reflect.annotation.TypeAnnotation$LocationInfo$Location
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.reflect.annotation.TypeAnnotation$LocationInfo$Location
super_class: java.lang.Object
{
public final byte tag;
descriptor: B
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final short index;
descriptor: S
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
boolean isSameLocation(sun.reflect.annotation.TypeAnnotation$LocationInfo$Location);
descriptor: (Lsun/reflect/annotation/TypeAnnotation$LocationInfo$Location;)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
aload 1
getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
if_icmpne 1
aload 0
getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.index:S
aload 1
getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.index:S
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/reflect/annotation/TypeAnnotation$LocationInfo$Location;
0 2 1 other Lsun/reflect/annotation/TypeAnnotation$LocationInfo$Location;
MethodParameters:
Name Flags
other
public void <init>(byte, short);
descriptor: (BS)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
2: aload 0
iload 2
putfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.index:S
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/reflect/annotation/TypeAnnotation$LocationInfo$Location;
0 4 1 tag B
0 4 2 index S
MethodParameters:
Name Flags
tag
index
}
SourceFile: "TypeAnnotation.java"
NestHost: sun.reflect.annotation.TypeAnnotation
InnerClasses:
public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation
public final Location = sun.reflect.annotation.TypeAnnotation$LocationInfo$Location of sun.reflect.annotation.TypeAnnotation$LocationInfo