public interface RefJavaElement extends RefElement
EMPTY_ELEMENTS_ARRAY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessModifier()
Returns the access modifier for the element, as one of the keywords from the
PsiModifier class. |
default PsiElement |
getElement()
Deprecated.
|
java.util.Collection<RefClass> |
getOutTypeReferences()
Returns the collection of references used in this element.
|
default PsiElement |
getPsiElement()
Returns the PSI element corresponding to the node.
|
default UElement |
getUastElement() |
boolean |
isFinal()
Checks if the element is
final . |
boolean |
isStatic()
Checks if the element is
static . |
boolean |
isSyntheticJSP()
Checks if the element is, or belongs to, a synthetic class or method created for a JSP page.
|
getContainingEntry, getInReferences, getModule, getOutReferences, getPointer, isEntry, isPermanentEntry, isReachable, isReferenced
accept, getChildren, getExternalName, getIcon, getName, getOwner, getQualifiedName, getRefManager, isValid
getUserData, putUserData
@Deprecated default PsiElement getElement()
getElement
in interface RefElement
default PsiElement getPsiElement()
RefElement
getPsiElement
in interface RefElement
default UElement getUastElement()
java.util.Collection<RefClass> getOutTypeReferences()
boolean isFinal()
final
.boolean isStatic()
static
.boolean isSyntheticJSP()
java.lang.String getAccessModifier()
PsiModifier
class.