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
-
-
Constructor Summary
Constructors Constructor Description PythonInteractiveInterpreter(bsh.util.JConsole console)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.python.util.InteractiveConsole
getDefaultBanner, interact, interact, push, raw_input
-
Methods inherited from class org.python.util.InteractiveInterpreter
interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write
-
-