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 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location this
        start local 1 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location other
         0: .line 228
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
            aload 1 /* other */
            getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
            if_icmpne 1
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.index:S
            aload 1 /* other */
            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 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location other
        end local 0 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location this
      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 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location this
        start local 1 // byte tag
        start local 2 // short index
         0: .line 231
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 232
            aload 0 /* this */
            iload 1 /* tag */
            putfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.tag:B
         2: .line 233
            aload 0 /* this */
            iload 2 /* index */
            putfield sun.reflect.annotation.TypeAnnotation$LocationInfo$Location.index:S
         3: .line 234
            return
        end local 2 // short index
        end local 1 // byte tag
        end local 0 // sun.reflect.annotation.TypeAnnotation$LocationInfo$Location this
      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