lib.dwfl
Class DwflLine

java.lang.Object
  extended by lib.dwfl.DwflLine

public class DwflLine
extends Object


Method Summary
 long getAddress()
           
 int getColumn()
           
 String getCompilationDir()
           
 int getLineNum()
           
 String getSourceFile()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getSourceFile

public String getSourceFile()

getAddress

public long getAddress()

getLineNum

public int getLineNum()

getColumn

public int getColumn()

getCompilationDir

public String getCompilationDir()