Package org.openjump.util.python
Class PythonInteractiveInterpreter
- java.lang.Object
-
- org.python.util.PythonInterpreter
-
- org.python.util.InteractiveInterpreter
-
- org.python.util.InteractiveConsole
-
- org.openjump.util.python.PythonInteractiveInterpreter
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Runnable
public class PythonInteractiveInterpreter extends org.python.util.InteractiveConsole implements Runnable
-
-
Constructor Summary
Constructors Constructor Description PythonInteractiveInterpreter(bsh.util.JConsole console)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.python.util.InteractiveConsole
_interact, getDefaultBanner, interact, interact, push, raw_input, raw_input
-
Methods inherited from class org.python.util.InteractiveInterpreter
interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write
-
Methods inherited from class org.python.util.PythonInterpreter
cleanup, close, compile, compile, compile, compile, eval, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, getSystemState, initialize, set, set, setErr, setErr, setErr, setIn, setIn, setIn, setLocals, setOut, setOut, setOut, setSystemState, threadLocalStateInterpreter
-
-