public class sun.jvm.hotspot.code.LocationValue extends sun.jvm.hotspot.code.ScopeValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.LocationValue
  super_class: sun.jvm.hotspot.code.ScopeValue
{
  private sun.jvm.hotspot.code.Location location;
    descriptor: Lsun/jvm/hotspot/code/Location;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.code.Location);
    descriptor: (Lsun/jvm/hotspot/code/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.LocationValue this
        start local 1 // sun.jvm.hotspot.code.Location location
         0: .line 36
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.code.ScopeValue.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* location */
            putfield sun.jvm.hotspot.code.LocationValue.location:Lsun/jvm/hotspot/code/Location;
         2: .line 38
            return
        end local 1 // sun.jvm.hotspot.code.Location location
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/code/LocationValue;
            0    3     1  location  Lsun/jvm/hotspot/code/Location;
    MethodParameters:
          Name  Flags
      location  

  public boolean isLocation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.LocationValue this
         0: .line 41
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/LocationValue;

  public sun.jvm.hotspot.code.Location getLocation();
    descriptor: ()Lsun/jvm/hotspot/code/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.LocationValue this
         0: .line 45
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.LocationValue.location:Lsun/jvm/hotspot/code/Location;
            areturn
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/LocationValue;

  void <init>(sun.jvm.hotspot.code.DebugInfoReadStream);
    descriptor: (Lsun/jvm/hotspot/code/DebugInfoReadStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.LocationValue this
        start local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
         0: .line 49
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.code.ScopeValue.<init>:()V
         1: .line 50
            aload 0 /* this */
            new sun.jvm.hotspot.code.Location
            dup
            aload 1 /* stream */
            invokespecial sun.jvm.hotspot.code.Location.<init>:(Lsun/jvm/hotspot/code/DebugInfoReadStream;)V
            putfield sun.jvm.hotspot.code.LocationValue.location:Lsun/jvm/hotspot/code/Location;
         2: .line 51
            return
        end local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/code/LocationValue;
            0    3     1  stream  Lsun/jvm/hotspot/code/DebugInfoReadStream;
    MethodParameters:
        Name  Flags
      stream  

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.LocationValue this
         0: .line 59
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.code.LocationValue.printOn:(Ljava/io/PrintStream;)V
         1: .line 60
            return
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/LocationValue;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.LocationValue this
        start local 1 // java.io.PrintStream tty
         0: .line 63
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.LocationValue.getLocation:()Lsun/jvm/hotspot/code/Location;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.code.Location.printOn:(Ljava/io/PrintStream;)V
         1: .line 64
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.code.LocationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/LocationValue;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "LocationValue.java"