public abstract class CompletionWeigher extends Weigher<LookupElement,CompletionLocation>
CompletionContributor
,
PrioritizedLookupElement
Constructor and Description |
---|
CompletionWeigher() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Comparable |
weigh(LookupElement element,
CompletionLocation location) |
setDebugName, toString
public abstract java.lang.Comparable weigh(LookupElement element, CompletionLocation location)
weigh
in class Weigher<LookupElement,CompletionLocation>