public class ThreadState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
compareStateNesting |
PyException |
exception |
PyFrame |
frame |
TraceFunction |
profilefunc |
int |
recursion_depth |
PyList |
reprStack |
PySystemState |
systemState |
java.lang.Thread |
thread |
TraceFunction |
tracefunc |
boolean |
tracing |
Constructor and Description |
---|
ThreadState(java.lang.Thread t,
PySystemState systemState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRecursiveCall(java.lang.String where) |
boolean |
enterRepr(PyObject obj) |
void |
exitRepr(PyObject obj) |
PyDictionary |
getCompareStateDict() |
void |
leaveRecursiveCall() |
public PySystemState systemState
public PyFrame frame
public PyException exception
public java.lang.Thread thread
public boolean tracing
public PyList reprStack
public int compareStateNesting
public int recursion_depth
public TraceFunction tracefunc
public TraceFunction profilefunc
public ThreadState(java.lang.Thread t, PySystemState systemState)
public boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()
public void enterRecursiveCall(java.lang.String where)
public void leaveRecursiveCall()