public class SimpleMethodCallLookupElement extends LookupElement
EMPTY_ARRAY| Constructor and Description |
|---|
SimpleMethodCallLookupElement(PsiMethod method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLookupString() |
PsiMethod |
getMethod() |
void |
handleInsert(InsertionContext context) |
void |
renderElement(LookupElementPresentation presentation) |
as, as, getAllLookupStrings, getAutoCompletionPolicy, getObject, getPsiElement, isCaseSensitive, isValid, isWorthShowingInAutoPopup, requiresCommittedDocuments, toStringchangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMappublic SimpleMethodCallLookupElement(PsiMethod method)
public java.lang.String getLookupString()
getLookupString in class LookupElementpublic void handleInsert(InsertionContext context)
handleInsert in class LookupElementpublic PsiMethod getMethod()
public void renderElement(LookupElementPresentation presentation)
renderElement in class LookupElement