org.python.core
Class PyFunctionTable

java.lang.Object
  extended by org.python.core.PyFunctionTable

public abstract class PyFunctionTable
extends Object

An entry point for class that implements several function calls.

Used together with the PyTableCode class.

See Also:
PyTableCode

Constructor Summary
PyFunctionTable()
           
 
Method Summary
abstract  PyObject call_function(int index, PyFrame frame, ThreadState ts)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PyFunctionTable

public PyFunctionTable()
Method Detail

call_function

public abstract PyObject call_function(int index,
                                       PyFrame frame,
                                       ThreadState ts)


Jython homepage