Class and Description |
---|
jep.JepScriptEngine
This class is not actively used by the community and will be
removed in a future release.
|
jep.JepScriptEngineFactory
This class is not actively used by the community and will be
removed in a future release.
|
jep.python.PyClass
Use
PyObject.getAttr(String) and PyObject.setAttr(String, Object) instead. |
jep.python.PyModule
Use
PyObject.getAttr(String) and PyObject.setAttr(String, Object) instead. |
Constructor and Description |
---|
jep.Jep(boolean)
Please use
Jep.Jep(JepConfig) instead. |
jep.Jep(boolean, String)
Please use
Jep.Jep(JepConfig) instead. |
jep.Jep(boolean, String, ClassLoader)
Please use
Jep.Jep(JepConfig) instead. |
jep.Jep(boolean, String, ClassLoader, ClassEnquirer)
Please use
Jep.Jep(JepConfig) instead. |