org.kahina.core.data.source
Class KahinaSourceCodeLocation

java.lang.Object
  extended by org.kahina.core.data.KahinaObject
      extended by org.kahina.core.data.source.KahinaSourceCodeLocation
All Implemented Interfaces:
Serializable

public class KahinaSourceCodeLocation
extends KahinaObject

See Also:
Serialized Form

Constructor Summary
KahinaSourceCodeLocation(String absolutePath, int lineNumber)
           
 
Method Summary
 String getAbsolutePath()
           
 int getLineNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KahinaSourceCodeLocation

public KahinaSourceCodeLocation(String absolutePath,
                                int lineNumber)
Method Detail

getAbsolutePath

public String getAbsolutePath()

getLineNumber

public int getLineNumber()