| Modifier and Type | Field and Description |
|---|---|
| public PyFrame | |
| public int | |
| public PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public String | |
| private String | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| private String | |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| tb_frame | back to summary |
|---|---|
| public PyFrame tb_frame
| |
| tb_lineno | back to summary |
|---|---|
| public int tb_lineno
| |
| tb_next | back to summary |
|---|---|
| public PyObject tb_next
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyTraceback | back to summary |
|---|---|
| public PyTraceback(PyTraceback next, PyFrame frame) | |
| dumpStack | back to summary |
|---|---|
| public void dumpStack(StringBuilder buf) | |
| dumpStack | back to summary |
|---|---|
| public String dumpStack() | |
| getLine | back to summary |
|---|---|
| private String getLine(String filename, int lineno) Return the specified line of code from filename.
a String line or null | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| tracebackInfo | back to summary |
|---|---|
| private String tracebackInfo() | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |