|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PsiImportStaticReferenceElement
Represents a reference to the member imported by a Java import static
statement.
| Field Summary |
|---|
| Fields inherited from interface com.intellij.psi.PsiJavaCodeReferenceElement |
|---|
EMPTY_ARRAY |
| Fields inherited from interface com.intellij.openapi.util.Iconable |
|---|
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY |
| Method Summary | |
|---|---|
PsiImportStaticStatement |
bindToTargetClass(PsiClass aClass)
Binds the reference element to the specified class. |
PsiJavaCodeReferenceElement |
getClassReference()
Returns the reference element specifying the class from which the member is imported. |
| Methods inherited from interface com.intellij.psi.PsiJavaCodeReferenceElement |
|---|
getParameterList, getQualifiedName, getQualifier, getReferenceName, getReferenceNameElement, getTypeParameters, isQualified |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Methods inherited from interface com.intellij.openapi.util.Iconable |
|---|
getIcon |
| Methods inherited from interface com.intellij.psi.PsiJavaReference |
|---|
advancedResolve, multiResolve, processVariants |
| Methods inherited from interface com.intellij.psi.PsiReference |
|---|
bindToElement, getCanonicalText, getElement, getRangeInElement, getVariants, handleElementRename, isReferenceTo, isSoft, resolve |
| Method Detail |
|---|
PsiJavaCodeReferenceElement getClassReference()
PsiImportStaticStatement bindToTargetClass(PsiClass aClass)
throws IncorrectOperationException
aClass - the class to bind the reference element to.
IncorrectOperationException - if the modification fails for some reason (for example,
the containing file is read-only).PsiReference.bindToElement(PsiElement)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||