|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.record.graph.StackFrameInfo
public class StackFrameInfo
Information about a state frame.
| Field Summary | |
|---|---|
(package private) long |
_codeIndex
Index in the byte code. |
(package private) int |
_lineNumber
Line number. |
(package private) java.lang.String |
_sourcePath
Path of the source file. |
(package private) java.lang.Long |
_thisId
Unique ID of the object that is currently "this".. |
(package private) long |
_threadId
Unique ID of the thread this state frame belongs to. |
| Constructor Summary | |
|---|---|
StackFrameInfo(long threadId,
java.lang.Long thisId,
java.lang.String sourcePath,
int lineNumber,
long codeIndex)
Constructor for StackFrameInfo. |
|
StackFrameInfo(com.sun.jdi.StackFrame sf)
Constructor for StackFrameInfo. |
|
| Method Summary | |
|---|---|
long |
getCodeIndex()
Returns the index in the byte code |
int |
getLineNumber()
Returns line number. |
java.lang.String |
getSourcePath()
Returns path to source. |
java.lang.Long |
getThisId()
Returns ID of this, or null if static or native. |
long |
getThreadId()
Returns the thread ID. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
long _threadId
java.lang.Long _thisId
java.lang.String _sourcePath
int _lineNumber
long _codeIndex
| Constructor Detail |
|---|
public StackFrameInfo(long threadId,
java.lang.Long thisId,
java.lang.String sourcePath,
int lineNumber,
long codeIndex)
threadId - ID of the theadthisId - ID of thissourcePath - path to sourcelineNumber - line numbercodeIndex - index in byte codepublic StackFrameInfo(com.sun.jdi.StackFrame sf)
sf - state frame| Method Detail |
|---|
public long getThreadId()
public java.lang.Long getThisId()
public java.lang.String getSourcePath()
public int getLineNumber()
public long getCodeIndex()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||