public class Introspector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INDENT |
| Constructor and Description |
|---|
Introspector(org.python.util.PythonInterpreter interpreter,
JythonCompletionProvider hintProvider) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.fife.ui.autocomplete.Completion> |
getCompletions(java.lang.String line) |
public static final java.lang.String INDENT
public Introspector(org.python.util.PythonInterpreter interpreter,
JythonCompletionProvider hintProvider)