Uses of Interface
org.kcc.ContextSuggestionsNarrower
Packages that use ContextSuggestionsNarrower
-
Uses of ContextSuggestionsNarrower in org.kcc
Classes in org.kcc that implement ContextSuggestionsNarrowerModifier and TypeClassDescriptionstatic class
static class
Fields in org.kcc declared as ContextSuggestionsNarrowerModifier and TypeFieldDescriptionprivate ContextSuggestionsNarrower
KeywordBasedCodeCompletion.afterFilteringNarrowing
private ContextSuggestionsNarrower
KeywordBasedCodeCompletion.beforeFilteringNarrowing
Methods in org.kcc that return ContextSuggestionsNarrowerModifier and TypeMethodDescriptionKeywordBasedCodeCompletion.getAfterFilteringNarrowing()
KeywordBasedCodeCompletion.getBeforeFilteringNarrowing()
Methods in org.kcc with parameters of type ContextSuggestionsNarrowerModifier and TypeMethodDescriptionvoid
KeywordBasedCodeCompletion.setAfterFilteringNarrowing
(ContextSuggestionsNarrower afterFilteringNarrowing) void
KeywordBasedCodeCompletion.setBeforeFilteringNarrowing
(ContextSuggestionsNarrower beforeFilteringNarrowing)