public class JavaConstructorCallElement extends LookupElementDecorator<LookupElement> implements TypedLookupItem
EMPTY_ARRAY
CLASS_CONDITION_KEY
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PsiClass |
getConstructedClass() |
PsiMethod |
getObject() |
PsiElement |
getPsiElement() |
PsiType |
getType() |
void |
handleInsert(InsertionContext context) |
int |
hashCode() |
boolean |
isValid() |
void |
renderElement(LookupElementPresentation presentation) |
as, as, getAllLookupStrings, getAutoCompletionPolicy, getDelegate, getLookupString, isCaseSensitive, isWorthShowingInAutoPopup, toString, withInsertHandler, withRenderer
requiresCommittedDocuments
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
public void handleInsert(InsertionContext context)
handleInsert
in class LookupElementDecorator<LookupElement>
public PsiMethod getObject()
getObject
in class LookupElementDecorator<LookupElement>
public PsiElement getPsiElement()
getPsiElement
in class LookupElementDecorator<LookupElement>
LookupElement.getObject()
result.public boolean equals(java.lang.Object o)
equals
in class LookupElementDecorator<LookupElement>
public int hashCode()
hashCode
in class LookupElementDecorator<LookupElement>
public PsiType getType()
getType
in interface TypedLookupItem
public boolean isValid()
isValid
in class LookupElementDecorator<LookupElement>
public void renderElement(LookupElementPresentation presentation)
renderElement
in class LookupElementDecorator<LookupElement>
public PsiClass getConstructedClass()