public class ThreadState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
compareStateNesting |
PyException |
exception |
PyFrame |
frame |
int |
recursion_depth |
PyList |
reprStack |
PySystemState |
systemState |
java.lang.Thread |
thread |
boolean |
tracing |
Constructor and Description |
---|
ThreadState(java.lang.Thread t,
PySystemState systemState) |
Modifier and Type | Method and Description |
---|---|
boolean |
enterRepr(PyObject obj) |
void |
exitRepr(PyObject obj) |
PyDictionary |
getCompareStateDict() |
PyInstance |
getInitializingProxy() |
void |
popInitializingProxy() |
void |
pushInitializingProxy(PyInstance proxy) |
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 ThreadState(java.lang.Thread t, PySystemState systemState)
public PyInstance getInitializingProxy()
public void pushInitializingProxy(PyInstance proxy)
public void popInitializingProxy()
public boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()