Public Member Functions | |
JythonInterpreter (JConsole console, BSFEngine engine, NameCompleter name) | |
void | exec (String s, String source, int row, int column) |
Executes the string. | |
Protected Member Functions | |
boolean | endBlock (String line) |
Return true if this line ends a block. | |
void | decIndent () |
Private Member Functions | |
int | indentLevel (String line) |
Return the indent level of this line. | |
Private Attributes | |
int | lastLevel = 0 |
Definition at line 15 of file JythonInterpreter.java.