| Package | Description |
|---|---|
| com.fgm.visibilityScriptingServer.Autocomplete | |
| com.fgm.visibilityScriptingServer.Autocomplete.languages |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CompletionProposal> |
CompletionResult.proposals
The proposals.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<java.lang.String,java.util.ArrayList<CompletionProposal>> |
PythonLanguageService.specialCases
The special cases.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.ArrayList<CompletionProposal> |
PythonLanguageService.parseScriptOutput(ScriptResultObject sro,
CompletionResult result)
Internal method for parsing the output of the jython script.
|