Package org.kcc
Interface ContextSuggestionsNarrower
- All Known Implementing Classes:
ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower
,ContextSuggestionsNarrower.DebugNarrower
public interface ContextSuggestionsNarrower
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionint
int
narrowSuggestions
(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings)
-
Method Details
-
getBeforeContextLinesCount
int getBeforeContextLinesCount() -
getAfterContextLinesCount
int getAfterContextLinesCount() -
narrowSuggestions
CompletionItem[] narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings)
-