public final class com.oracle.truffle.object.Locations$ConstantLocation extends com.oracle.truffle.object.Locations$ValueLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.object.Locations$ConstantLocation
  super_class: com.oracle.truffle.object.Locations$ValueLocation
{
  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.Locations$ConstantLocation this
        start local 1 // java.lang.Object value
         0: .line 149
            aload 0 /* this */
            aload 1 /* value */
            invokespecial com.oracle.truffle.object.Locations$ValueLocation.<init>:(Ljava/lang/Object;)V
         1: .line 150
            return
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.Locations$ConstantLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/object/Locations$ConstantLocation;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean isConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.Locations$ConstantLocation this
         0: .line 155
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.object.Locations$ConstantLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/Locations$ConstantLocation;
}
SourceFile: "Locations.java"
NestHost: com.oracle.truffle.object.Locations
InnerClasses:
  public final ConstantLocation = com.oracle.truffle.object.Locations$ConstantLocation of com.oracle.truffle.object.Locations
  public abstract ValueLocation = com.oracle.truffle.object.Locations$ValueLocation of com.oracle.truffle.object.Locations