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 classContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrowerstatic classContextSuggestionsNarrower.DebugNarrowerFields in org.kcc declared as ContextSuggestionsNarrower Modifier and Type Field Description private ContextSuggestionsNarrowerKeywordBasedCodeCompletion. afterFilteringNarrowingprivate ContextSuggestionsNarrowerKeywordBasedCodeCompletion. beforeFilteringNarrowingMethods in org.kcc that return ContextSuggestionsNarrower Modifier and Type Method Description ContextSuggestionsNarrowerKeywordBasedCodeCompletion. getAfterFilteringNarrowing()ContextSuggestionsNarrowerKeywordBasedCodeCompletion. getBeforeFilteringNarrowing()Methods in org.kcc with parameters of type ContextSuggestionsNarrower Modifier and Type Method Description voidKeywordBasedCodeCompletion. setAfterFilteringNarrowing(ContextSuggestionsNarrower afterFilteringNarrowing)voidKeywordBasedCodeCompletion. setBeforeFilteringNarrowing(ContextSuggestionsNarrower beforeFilteringNarrowing)
-