ua.gradsoft.termware.debug
Class SourceCodeLocation
java.lang.Object
ua.gradsoft.termware.debug.SourceCodeLocation
public class SourceCodeLocation
- extends Object
Location of some entity in source code.
- Author:
- rssh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final SourceCodeLocation UNKNOWN
SourceCodeLocation
public SourceCodeLocation(String filename,
int beginLine,
int endLine)
getFileName
public String getFileName()
getBeginLine
public int getBeginLine()
setBeginLine
public void setBeginLine(int beginLine)
getEndLine
public int getEndLine()
setEndLine
public void setEndLine(int endLine)