public interface ICompletionContext
Modifier and Type | Interface and Description |
---|---|
static class |
ICompletionContext.Type |
Modifier and Type | Method and Description |
---|---|
String |
getCaller()
Get the caller method for string literals.
|
String |
getFilter() |
Map<Object,String> |
getIncludedResources()
Get a list of included resource.
|
Collection<ModuleDefinition> |
getLoadedModules()
Get a list of loaded modules.
|
int |
getOffset() |
String |
getOriginalCode() |
String |
getPackage()
Returns the package for PACKAGE types.
|
int |
getParameterOffset()
Get the index of the parameter for string literals.
|
String |
getProcessedCode() |
Class<? extends Object> |
getReferredClazz() |
Object |
getResource()
Get the base resource of the context.
|
IScriptEngine |
getScriptEngine()
Get the running script engine.
|
ScriptType |
getScriptType() |
int |
getSelectionRange() |
ICompletionContext.Type |
getType() |
String getOriginalCode()
String getProcessedCode()
String getFilter()
Object getResource()
null
IScriptEngine getScriptEngine()
null
ScriptType getScriptType()
Collection<ModuleDefinition> getLoadedModules()
Map<Object,String> getIncludedResources()
ICompletionContext.Type getType()
int getOffset()
int getSelectionRange()
String getPackage()
String getCaller()
null
.int getParameterOffset()