public interface CompletionOperations
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
completions(CompletionKind kind,
java.lang.String prefix,
int levelOfDetail)
Return the list of completions that are compatible with the given DSL prefix.
|
java.util.List<java.lang.String> completions(CompletionKind kind, java.lang.String prefix, int levelOfDetail)
levelOfDetail
- 1 based integer allowing progressive disclosure of more and more
complex completions