
Public Member Functions | |
| JConsole | getConsole () |
| Gets the console this Interpreter is associated with. | |
| void | exec (String s, String source, int row, int column) |
| Execute a string given some information about where it came from. | |
| void | exec (String s) |
| Execute a string. | |
Definition at line 4 of file Interpreter.java.
1.4.6