- get(String) - Method in class jep.JepScriptEngine
-
Deprecated.
Describe get
method here.
- getAttr(String) - Method in class jep.python.PyObject
-
Access an attribute of the wrapped Python Object, similar to the Python
built-in function getattr.
- getAttr(String, Class<T>) - Method in class jep.python.PyObject
-
Access an attribute of the wrapped Python Object, similar to the Python
built-in function getattr.
- getBindings(int) - Method in class jep.JepScriptEngine
-
Deprecated.
Describe getBindings
method here.
- getClassNames(String) - Method in interface jep.ClassEnquirer
-
Given a Java package name, gets the fully-qualified classnames available
for import in the package.
- getClassNames(String) - Method in class jep.ClassList
-
get classnames in package
- getClassNames(String) - Method in class jep.NamingConventionClassEnquirer
-
- getContext() - Method in class jep.JepScriptEngine
-
Deprecated.
Describe getContext
method here.
- getEngineName() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getEngineName
method here.
- getEngineVersion() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getEngineVersion
method here.
- getExtensions() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
(non-Javadoc)
- getFactory() - Method in class jep.JepScriptEngine
-
Deprecated.
Describe getFactory
method here.
- getInstance() - Static method in class jep.ClassList
-
get ClassList instance
- getLanguageName() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getLanguageName
method here.
- getLanguageVersion() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getLanguageVersion
method here.
- getLength(T) - Method in class jep.DirectNDArray
-
- getMemoryManager() - Method in class jep.Jep
-
Gets the memory manager associated with this Jep instance.
- getMethodCallSyntax(String, String, String[]) - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getMethodCallSyntax
method here.
- getMimeTypes() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
(non-Javadoc)
- getNames() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
(non-Javadoc)
- getOutputStatement(String) - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getOutputStatement
method here.
- getParameter(String) - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getParameter
method here.
- getProgram(String[]) - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getProgram
method here.
- getScriptEngine() - Method in class jep.JepScriptEngineFactory
-
Deprecated.
Describe getScriptEngine
method here.
- getSubPackages(String) - Method in interface jep.ClassEnquirer
-
Given a Java package name, gets the sub-packages available.
- getSubPackages(String) - Method in class jep.ClassList
-
- getSubPackages(String) - Method in class jep.NamingConventionClassEnquirer
-
- getValue(String) - Method in class jep.Jep
-
Retrieves a value from this Python sub-interpreter.
- getValue(String, Class<T>) - Method in class jep.Jep
-
- getValue(String) - Method in class jep.python.PyModule
-
Deprecated.
Retrieves a value from python.
- getValue_bytearray(String) - Method in class jep.Jep
-
Retrieves a Python string object as a Java byte[].
- set(String, Object) - Method in class jep.Jep
-
Sets the Java Object into the sub-interpreter's global scope with the
specified variable name.
- set(String, String) - Method in class jep.Jep
-
Sets the Java String into the sub-interpreter's global scope with the
specified variable name.
- set(String, boolean) - Method in class jep.Jep
-
Sets the Java boolean into the sub-interpreter's global scope with the
specified variable name.
- set(String, int) - Method in class jep.Jep
-
Sets the Java int into the sub-interpreter's global scope with the
specified variable name.
- set(String, short) - Method in class jep.Jep
-
Sets the Java short into the sub-interpreter's global scope with the
specified variable name.
- set(String, char[]) - Method in class jep.Jep
-
Sets the Java char[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, char) - Method in class jep.Jep
-
Sets the Java char into the sub-interpreter's global scope with the
specified variable name.
- set(String, byte) - Method in class jep.Jep
-
Sets the Java byte into the sub-interpreter's global scope with the
specified variable name.
- set(String, long) - Method in class jep.Jep
-
Sets the Java long into the sub-interpreter's global scope with the
specified variable name.
- set(String, double) - Method in class jep.Jep
-
Sets the Java double into the sub-interpreter's global scope with the
specified variable name.
- set(String, float) - Method in class jep.Jep
-
Sets the Java float into the sub-interpreter's global scope with the
specified variable name.
- set(String, boolean[]) - Method in class jep.Jep
-
Sets the Java boolean[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, int[]) - Method in class jep.Jep
-
Sets the Java int[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, short[]) - Method in class jep.Jep
-
Sets the Java short[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, byte[]) - Method in class jep.Jep
-
Sets the Java byte[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, long[]) - Method in class jep.Jep
-
Sets the Java long[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, double[]) - Method in class jep.Jep
-
Sets the Java double[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, float[]) - Method in class jep.Jep
-
Sets the Java float[] into the sub-interpreter's global scope with the
specified variable name.
- set(String, Object) - Method in class jep.python.PyObject
-
- set(String, String) - Method in class jep.python.PyObject
-
- set(String, boolean) - Method in class jep.python.PyObject
-
- set(String, int) - Method in class jep.python.PyObject
-
- set(String, short) - Method in class jep.python.PyObject
-
- set(String, char[]) - Method in class jep.python.PyObject
-
- set(String, char) - Method in class jep.python.PyObject
-
- set(String, byte) - Method in class jep.python.PyObject
-
- set(String, long) - Method in class jep.python.PyObject
-
- set(String, double) - Method in class jep.python.PyObject
-
- set(String, float) - Method in class jep.python.PyObject
-
- set(String, boolean[]) - Method in class jep.python.PyObject
-
- set(String, int[]) - Method in class jep.python.PyObject
-
- set(String, short[]) - Method in class jep.python.PyObject
-
- set(String, byte[]) - Method in class jep.python.PyObject
-
- set(String, long[]) - Method in class jep.python.PyObject
-
- set(String, double[]) - Method in class jep.python.PyObject
-
- set(String, float[]) - Method in class jep.python.PyObject
-
- setAttr(String, Object) - Method in class jep.python.PyObject
-
Sets an attribute on the wrapped Python object, similar to the Python
built-in function setattr.
- setBindings(Bindings, int) - Method in class jep.JepScriptEngine
-
Deprecated.
Describe setBindings
method here.
- setClassEnquirer(ClassEnquirer) - Method in class jep.JepConfig
-
Sets a ClassEnquirer to determine which imports are Python vs Java, or
null for the default
ClassList
- setClassLoader(ClassLoader) - Method in class jep.Jep
-
Sets the default classloader.
- setClassLoader(ClassLoader) - Method in class jep.JepConfig
-
Sets the ClassLoader to use when importing Java classes from Python
- setContext(ScriptContext) - Method in class jep.JepScriptEngine
-
Deprecated.
Describe setContext
method here.
- setDontWriteBytecodeFlag(int) - Method in class jep.PyConfig
-
Set the Py_DontWriteBytecodeFlag variable on the python interpreter.
- setHashRandomizationFlag(int) - Method in class jep.PyConfig
-
Set the Py_HashRandomizationFlag variable on the python interpreter.
- setIgnoreEnvironmentFlag(int) - Method in class jep.PyConfig
-
Set the Py_IgnoreEnvironmentFlag variable on the python interpreter.
- setIncludePath(String) - Method in class jep.JepConfig
-
Sets a path of directories separated by File.pathSeparator that will be
appended to the sub-intepreter's sys.path
- setInitParams(PyConfig) - Static method in class jep.Jep
-
- setInitParams(PyConfig) - Static method in class jep.MainInterpreter
-
Sets interpreter settings for the main Python interpreter.
- setInteractive(boolean) - Method in class jep.Jep
-
- setInteractive(boolean) - Method in class jep.JepConfig
-
Sets whether Jep.eval(String)
should support the slower
behavior of potentially waiting for multiple statements
- setNoSiteFlag(int) - Method in class jep.PyConfig
-
Set the Py_NoSiteFlag variable on the python interpreter.
- setNoUserSiteDirectory(int) - Method in class jep.PyConfig
-
Set the Py_NoUserSiteDirectory variable on the python interpreter.
- setOptimizeFlag(int) - Method in class jep.PyConfig
-
Set the Py_OptimizeFlag variable on the python interpreter.
- setPythonHome(String) - Method in class jep.PyConfig
-
Set the home location on the python interpreter.
- setRedirectOutputStreams(boolean) - Method in class jep.JepConfig
-
Sets whether to redirect the Python sys.stdout and sys.stderr streams to
the Java System.out and System.err streams
- setSharedModules(Set<String>) - Method in class jep.JepConfig
-
Sets the names of modules which should be shared with other Jep
sub-interpreters.
- setSharedModulesArgv(String...) - Static method in class jep.Jep
-
- setSharedModulesArgv(String...) - Static method in class jep.MainInterpreter
-
Sets the sys.argv values on the main interpreter.
- setVerboseFlag(int) - Method in class jep.PyConfig
-
Set the Py_VerboseFlag variable on the python interpreter.
- sharedImport(String) - Method in class jep.MainInterpreter
-
Import a module into the main interpreter on the correct thread for that
interpreter.
- SharedInterpreter - Class in jep
-
Class for creating instances of Jep which do not use sub-interpreters.
- SharedInterpreter() - Constructor for class jep.SharedInterpreter
-