Package org.eclipse.ease.lang.javascript
Class JavaScriptCompletionContext
java.lang.Object
org.eclipse.ease.ui.completion.BasicContext
org.eclipse.ease.lang.javascript.JavaScriptCompletionContext
- All Implemented Interfaces:
ICompletionContext
,IScriptEngineProvider
public class JavaScriptCompletionContext extends BasicContext
-
Constructor Summary
Constructors Constructor Description JavaScriptCompletionContext(Object resource, String contents, int position)
JavaScriptCompletionContext(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
-
JavaScriptCompletionContext
-
JavaScriptCompletionContext
-