Class CompletionContext

java.lang.Object
org.eclipse.ease.ui.completion.CompletionContext
All Implemented Interfaces:
ICompletionContext
Direct Known Subclasses:
JavaScriptCompletionContext, PythonCompletionContext

public abstract class CompletionContext
extends Object
implements ICompletionContext
The context evaluates and stores information on the code fragment at a given cursor position.
  • Constructor Details

    • CompletionContext

      public CompletionContext​(IScriptEngine scriptEngine, ScriptType scriptType)
      Context constructor. A context is bound to a given script engine or script type.
      Parameters:
      scriptEngine - script engine to evaluate
      scriptType - script type to evaluate
  • Method Details