public class sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo implements sun.jvm.hotspot.debugger.cdbg.LineNumberInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo
  super_class: java.lang.Object
{
  private java.lang.String sourceFileName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int lineNo;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address startPC;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address endPC;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, int, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Ljava/lang/String;ILsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
        start local 1 // java.lang.String sourceFileName
        start local 2 // int lineNo
        start local 3 // sun.jvm.hotspot.debugger.Address startPC
        start local 4 // sun.jvm.hotspot.debugger.Address endPC
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* sourceFileName */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.sourceFileName:Ljava/lang/String;
         2: .line 44
            aload 0 /* this */
            iload 2 /* lineNo */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.lineNo:I
         3: .line 45
            aload 0 /* this */
            aload 3 /* startPC */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.startPC:Lsun/jvm/hotspot/debugger/Address;
         4: .line 46
            aload 0 /* this */
            aload 4 /* endPC */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.endPC:Lsun/jvm/hotspot/debugger/Address;
         5: .line 47
            return
        end local 4 // sun.jvm.hotspot.debugger.Address endPC
        end local 3 // sun.jvm.hotspot.debugger.Address startPC
        end local 2 // int lineNo
        end local 1 // java.lang.String sourceFileName
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;
            0    6     1  sourceFileName  Ljava/lang/String;
            0    6     2          lineNo  I
            0    6     3         startPC  Lsun/jvm/hotspot/debugger/Address;
            0    6     4           endPC  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                Name  Flags
      sourceFileName  
      lineNo          
      startPC         
      endPC           

  public java.lang.String getSourceFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
         0: .line 50
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.sourceFileName:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.lineNo:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;

  public sun.jvm.hotspot.debugger.Address getStartPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.startPC:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;

  public sun.jvm.hotspot.debugger.Address getEndPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
         0: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.endPC:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;

  public void setEndPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 59
            aload 0 /* this */
            aload 1 /* pc */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.endPC:Lsun/jvm/hotspot/debugger/Address;
            return
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      pc    
}
SourceFile: "BasicLineNumberInfo.java"