org.python.core
Class ThreadState

java.lang.Object
  extended byorg.python.core.ThreadState

public class ThreadState
extends Object


Field Summary
 int compareStateNesting
           
 PyException exception
           
 PyFrame frame
           
 PyList reprStack
           
 PySystemState systemState
           
 Thread thread
           
 boolean tracing
           
 
Constructor Summary
ThreadState(Thread t, PySystemState systemState)
           
 
Method Summary
 boolean enterRepr(PyObject obj)
           
 void exitRepr(PyObject obj)
           
 PyDictionary getCompareStateDict()
           
 PyInstance getInitializingProxy()
           
 void popInitializingProxy()
           
 void pushInitializingProxy(PyInstance proxy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemState

public PySystemState systemState

frame

public PyFrame frame

exception

public PyException exception

thread

public Thread thread

tracing

public boolean tracing

reprStack

public PyList reprStack

compareStateNesting

public int compareStateNesting
Constructor Detail

ThreadState

public ThreadState(Thread t,
                   PySystemState systemState)
Method Detail

getInitializingProxy

public PyInstance getInitializingProxy()

pushInitializingProxy

public void pushInitializingProxy(PyInstance proxy)

popInitializingProxy

public void popInitializingProxy()

enterRepr

public boolean enterRepr(PyObject obj)

exitRepr

public void exitRepr(PyObject obj)

getCompareStateDict

public PyDictionary getCompareStateDict()