Package org.python.modules.jffi
Class JITInvoker3
- java.lang.Object
-
- org.python.modules.jffi.Invoker
-
- org.python.modules.jffi.JITInvoker
-
- org.python.modules.jffi.JITInvoker3
-
public abstract class JITInvoker3 extends JITInvoker
-
-
Constructor Summary
Constructors Constructor Description JITInvoker3(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, PyObject arg4)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
-
JITInvoker3
public JITInvoker3(com.kenai.jffi.Function function, Invoker fallbackInvoker)
-
-