public interface com.oracle.truffle.object.LocationImpl$InternalLongLocation extends com.oracle.truffle.api.object.LongLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.object.LocationImpl$InternalLongLocation
  super_class: java.lang.Object
{
  public abstract void setLongInternal(com.oracle.truffle.api.object.DynamicObject, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      store  
      value  

  public abstract java.lang.String getWhereString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "LocationImpl.java"
NestHost: com.oracle.truffle.object.LocationImpl
InnerClasses:
  public abstract InternalLongLocation = com.oracle.truffle.object.LocationImpl$InternalLongLocation of com.oracle.truffle.object.LocationImpl