public interface IPyFrame
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Returns the filename of the current frame.
|
int |
getLineNumber()
Returns the linenumber of the current frame.
|
IPyFrame |
getParent()
Returns the parent frame in the call stack.
|
String getFilename()
Must NOT return null
.
int getLineNumber()
IPyFrame getParent()
If the current frame is the root, null
should be returned.
null