Package org.eclipse.ease.lang.python
Class PythonCompletionContext
java.lang.Object
org.eclipse.ease.ui.completion.BasicContext
org.eclipse.ease.lang.python.PythonCompletionContext
- All Implemented Interfaces:
ICompletionContext
,IScriptEngineProvider
public class PythonCompletionContext extends BasicContext
-
Constructor Summary
Constructors Constructor Description PythonCompletionContext(Object resource, String contents, int position)
PythonCompletionContext(IScriptEngine scriptEngine, String contents, int position)
-
Method Summary
Methods inherited from class org.eclipse.ease.ui.completion.BasicContext
getFilter, getLoadedModules, getReplaceLength, getReplaceOffset, getResource, getScriptEngine, getScriptType, getText, getTokens, isStringLiteral, isValid
-
Constructor Details
-
PythonCompletionContext
-
PythonCompletionContext
-