|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.core.PyFunctionTable
public abstract class PyFunctionTable
An entry point for class that implements several function calls.
Used together with the PyTableCode class.
PyTableCode
,
Serialized FormConstructor 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 |
---|
public PyFunctionTable()
Method Detail |
---|
public abstract PyObject call_function(int index, PyFrame frame, ThreadState ts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |