public final class JavaRelevantChainLookupElement extends LookupElementDecorator<LookupElement>
EMPTY_ARRAY
Constructor and Description |
---|
JavaRelevantChainLookupElement(LookupElement delegate,
ChainRelevance relevance) |
Modifier and Type | Method and Description |
---|---|
AutoCompletionPolicy |
getAutoCompletionPolicy() |
ChainRelevance |
getChainRelevance() |
as, as, equals, getAllLookupStrings, getDelegate, getLookupString, getObject, getPsiElement, handleInsert, hashCode, isCaseSensitive, isValid, isWorthShowingInAutoPopup, renderElement, toString, withInsertHandler, withRenderer
requiresCommittedDocuments
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
public JavaRelevantChainLookupElement(LookupElement delegate, ChainRelevance relevance)
public ChainRelevance getChainRelevance()
public AutoCompletionPolicy getAutoCompletionPolicy()
getAutoCompletionPolicy
in class LookupElementDecorator<LookupElement>