Package org.python.modules.jffi
Class JITInvoker4
- java.lang.Object
-
- org.python.modules.jffi.Invoker
-
- org.python.modules.jffi.JITInvoker
-
- org.python.modules.jffi.JITInvoker4
-
public abstract class JITInvoker4 extends JITInvoker
-
-
Constructor Summary
Constructors Constructor Description JITInvoker4(com.kenai.jffi.Function function, Invoker fallbackInvoker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PyObjectinvoke()PyObjectinvoke(PyObject arg1)PyObjectinvoke(PyObject arg1, PyObject arg2)PyObjectinvoke(PyObject arg1, PyObject arg2, PyObject arg3)PyObjectinvoke(PyObject arg1, PyObject arg2, PyObject arg3, PyObject arg4, PyObject arg5)PyObjectinvoke(PyObject arg1, PyObject arg2, PyObject arg3, PyObject arg4, PyObject arg5, PyObject arg6)-
Methods inherited from class org.python.modules.jffi.JITInvoker
checkArity, invoke
-
-
-
-
Constructor Detail
-
JITInvoker4
public JITInvoker4(com.kenai.jffi.Function function, Invoker fallbackInvoker)
-
-