Uses of Interface
org.kcc.ContextSuggestionsNarrower
-
Packages that use ContextSuggestionsNarrower Package Description org.kcc -
-
Uses of ContextSuggestionsNarrower in org.kcc
Classes in org.kcc that implement ContextSuggestionsNarrower Modifier and Type Class Description static class
ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower
static class
ContextSuggestionsNarrower.DebugNarrower
Fields in org.kcc declared as ContextSuggestionsNarrower Modifier and Type Field Description private ContextSuggestionsNarrower
KeywordBasedCodeCompletion. afterFilteringNarrowing
private ContextSuggestionsNarrower
KeywordBasedCodeCompletion. beforeFilteringNarrowing
Methods in org.kcc that return ContextSuggestionsNarrower Modifier and Type Method Description ContextSuggestionsNarrower
KeywordBasedCodeCompletion. getAfterFilteringNarrowing()
ContextSuggestionsNarrower
KeywordBasedCodeCompletion. getBeforeFilteringNarrowing()
Methods in org.kcc with parameters of type ContextSuggestionsNarrower Modifier and Type Method Description void
KeywordBasedCodeCompletion. setAfterFilteringNarrowing(ContextSuggestionsNarrower afterFilteringNarrowing)
void
KeywordBasedCodeCompletion. setBeforeFilteringNarrowing(ContextSuggestionsNarrower beforeFilteringNarrowing)
-