public abstract class com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation extends com.oracle.truffle.object.CoreLocations$FieldLocation implements com.oracle.truffle.object.CoreLocations$ObjectLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation
  super_class: com.oracle.truffle.object.CoreLocations$FieldLocation
{
  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$SimpleObjectFieldLocation this
        start local 1 // int index
         0: .line 445
            aload 0 /* this */
            iload 1 /* index */
            invokespecial com.oracle.truffle.object.CoreLocations$FieldLocation.<init>:(I)V
         1: .line 446
            return
        end local 1 // int index
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public abstract java.lang.Object get(com.oracle.truffle.api.object.DynamicObject, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Z)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      store      
      condition  

  public abstract void setInternal(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      store      
      value      
      condition  

  public boolean canStore(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
        start local 1 // java.lang.Object value
         0: .line 456
            iconst_1
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Class<? extends java.lang.Object> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
         0: .line 460
            ldc Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;
    Signature: ()Ljava/lang/Class<+Ljava/lang/Object;>;

  public boolean isNonNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
         0: .line 464
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;

  public int objectFieldCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
         0: .line 469
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;

  public final void accept(com.oracle.truffle.object.LocationImpl$LocationVisitor);
    descriptor: (Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
        start local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
         0: .line 474
            aload 1 /* locationVisitor */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation.getIndex:()I
            iconst_1
            invokeinterface com.oracle.truffle.object.LocationImpl$LocationVisitor.visitObjectField:(II)V
         1: .line 475
            return
        end local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/object/CoreLocations$SimpleObjectFieldLocation;
            0    2     1  locationVisitor  Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;
    MethodParameters:
                 Name  Flags
      locationVisitor  

  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.CoreLocations$FieldLocation.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
  public abstract ObjectLocation = com.oracle.truffle.object.CoreLocations$ObjectLocation of com.oracle.truffle.object.CoreLocations
  public abstract SimpleObjectFieldLocation = com.oracle.truffle.object.CoreLocations$SimpleObjectFieldLocation of com.oracle.truffle.object.CoreLocations
  public abstract LocationVisitor = com.oracle.truffle.object.LocationImpl$LocationVisitor of com.oracle.truffle.object.LocationImpl