org.openjump.util.python
Class PythonInteractiveInterpreter

java.lang.Object
  extended by org.python.util.PythonInterpreter
      extended by org.python.util.InteractiveInterpreter
          extended by org.python.util.InteractiveConsole
              extended by org.openjump.util.python.PythonInteractiveInterpreter
All Implemented Interfaces:
java.lang.Runnable

public class PythonInteractiveInterpreter
extends org.python.util.InteractiveConsole
implements java.lang.Runnable


Field Summary
 
Fields inherited from class org.python.util.InteractiveConsole
filename
 
Fields inherited from class org.python.util.InteractiveInterpreter
buffer
 
Fields inherited from class org.python.util.PythonInterpreter
cflags, systemState
 
Constructor Summary
PythonInteractiveInterpreter(bsh.util.JConsole console)
           
 
Method Summary
 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
 
Methods inherited from class org.python.util.PythonInterpreter
cleanup, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, initialize, set, set, setErr, setErr, setErr, setLocals, setOut, setOut, setOut, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonInteractiveInterpreter

public PythonInteractiveInterpreter(bsh.util.JConsole console)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable