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
  • Field Summary

    Fields inherited from class org.python.util.InteractiveConsole

    CONSOLE_FILENAME, filename

    Fields inherited from class org.python.util.InteractiveInterpreter

    buffer

    Fields inherited from class org.python.util.PythonInterpreter

    cflags, systemState, threadLocals, useThreadLocalState
  • Constructor Summary

    Constructors
    Constructor
    Description
    PythonInteractiveInterpreter(bsh.util.JConsole console)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PythonInteractiveInterpreter

      public PythonInteractiveInterpreter(bsh.util.JConsole console)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable