Interface ScriptFunctionDocProvider

All Known Implementing Classes:
PropertiesFileDocProvider

public interface ScriptFunctionDocProvider
Entrypoint to the autocomplete system for scripting functions. As scripting functions are added (e.g. via addScriptModule or addStaticFields), the doc provider will be asked to provide a CompletionDescriptor describing the element.
See Also: