|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.drjava.model.debug.DebugStackData
public class DebugStackData
Class for keeping track of a stack frame in the debugger.
Constructor Summary | |
---|---|
DebugStackData(String method,
int line)
Object for keeping track of a stack frame. |
Method Summary | |
---|---|
int |
getLine()
Returns the line number of this frame of the stack. |
String |
getMethod()
Returns the name of the method at this frame of the stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugStackData(String method, int line)
method
- name of the methodline
- line number in the fileMethod Detail |
---|
public String getMethod()
public int getLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |