public abstract class com.oracle.truffle.object.CoreLocations$FieldLocation extends com.oracle.truffle.object.CoreLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.object.CoreLocations$FieldLocation
  super_class: com.oracle.truffle.object.CoreLocation
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
        start local 1 // int index
         0: .line 355
            aload 0 /* this */
            invokespecial com.oracle.truffle.object.CoreLocation.<init>:()V
         1: .line 356
            aload 0 /* this */
            iload 1 /* index */
            putfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
         2: .line 357
            return
        end local 1 // int index
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
         0: .line 362
            aload 0 /* this */
            invokespecial com.oracle.truffle.object.CoreLocation.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 363
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
            iadd
            istore 1 /* result */
         2: .line 364
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
            1    3     1  result  I

  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 // com.oracle.truffle.object.CoreLocations$FieldLocation this
        start local 1 // java.lang.Object obj
         0: .line 369
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.oracle.truffle.object.CoreLocation.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 370
            iconst_0
            ireturn
         2: .line 372
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.object.CoreLocations$FieldLocation
            astore 2 /* other */
        start local 2 // com.oracle.truffle.object.CoreLocations$FieldLocation other
         3: .line 373
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
            aload 2 /* other */
            getfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
            if_icmpeq 5
         4: .line 374
            iconst_0
            ireturn
         5: .line 376
      StackMap locals: com.oracle.truffle.object.CoreLocations$FieldLocation
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.object.CoreLocations$FieldLocation other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
            0    6     1    obj  Ljava/lang/Object;
            3    6     2  other  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
    MethodParameters:
      Name  Flags
      obj   

  public final int getIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
         0: .line 380
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;

  public java.lang.String getWhereString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
         0: .line 385
            new java.lang.StringBuilder
            dup
            ldc "@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$FieldLocation.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;

  public abstract java.lang.Class<? extends com.oracle.truffle.api.object.DynamicObject> getDeclaringClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/object/DynamicObject;>;

  protected final void receiverCheck(com.oracle.truffle.api.object.DynamicObject);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
         0: .line 391
            aload 0 /* this */
            invokevirtual com.oracle.truffle.object.CoreLocations$FieldLocation.getDeclaringClass:()Ljava/lang/Class;
            aload 1 /* store */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 392
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 393
            aload 0 /* this */
            aload 1 /* store */
            invokevirtual com.oracle.truffle.object.CoreLocations$FieldLocation.illegalReceiver:(Lcom/oracle/truffle/api/object/DynamicObject;)Ljava/lang/IllegalArgumentException;
            athrow
         3: .line 395
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
            0    4     1  store  Lcom/oracle/truffle/api/object/DynamicObject;
    MethodParameters:
       Name  Flags
      store  

  private java.lang.IllegalArgumentException illegalReceiver(com.oracle.truffle.api.object.DynamicObject);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;)Ljava/lang/IllegalArgumentException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
         0: .line 398
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 399
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid receiver type (expected %s, was %s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.oracle.truffle.object.CoreLocations$FieldLocation.getDeclaringClass:()Ljava/lang/Class;
            aastore
            dup
            iconst_1
            aload 1 /* store */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.oracle.truffle.object.CoreLocations$FieldLocation com.oracle.truffle.api.object.DynamicObject
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         2: aload 1 /* store */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
      StackMap locals: com.oracle.truffle.object.CoreLocations$FieldLocation com.oracle.truffle.api.object.DynamicObject
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.Class
         3: aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$FieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/object/CoreLocations$FieldLocation;
            0    4     1  store  Lcom/oracle/truffle/api/object/DynamicObject;
    MethodParameters:
       Name  Flags
      store  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.oracle.truffle.object.CoreLocation.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CoreLocations.java"
NestHost: com.oracle.truffle.object.CoreLocations
InnerClasses:
  public abstract FieldLocation = com.oracle.truffle.object.CoreLocations$FieldLocation of com.oracle.truffle.object.CoreLocations