public class RefDirectoryImpl extends RefElementImpl implements RefDirectory
IS_REACHABLE_MASK, LOG
myChildren, myFlags, myManager
EMPTY_ELEMENTS_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
RefDirectoryImpl(PsiDirectory psiElement,
RefManager refManager) |
Modifier and Type | Method and Description |
---|---|
void |
accept(RefVisitor visitor)
Accepts the specified visitor and passes self to one of its visit methods.
|
java.lang.String |
getExternalName()
Returns a user-readable name for the element corresponding to the node.
|
RefModule |
getModule()
Returns the reference graph node for the module to which the element belongs.
|
java.lang.String |
getQualifiedName() |
protected void |
initialize() |
boolean |
isValid()
Checks if the element corresponding to the node is valid.
|
addInReference, addOutReference, addSuppression, buildReferences, getContainingEntry, getContainingFile, getIcon, getInReferences, getOutReferences, getPointer, getPsiElement, getURL, getVirtualFile, hasSuspiciousCallers, isDeleted, isEntry, isPermanentEntry, isReachable, isReferenced, isSuppressed, isSuspicious, referenceRemoved, setEntry, setPermanentEntry, setReachable
add, checkFlag, getChildren, getName, getOwner, getRefManager, removeChild, setFlag, setOwner, toString
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContainingEntry, getElement, getInReferences, getOutReferences, getPointer, getPsiElement, isEntry, isPermanentEntry, isReachable, isReferenced
getChildren, getIcon, getName, getOwner, getRefManager
getUserData, putUserData
add, removeChild, setOwner
protected RefDirectoryImpl(PsiDirectory psiElement, RefManager refManager)
protected void initialize()
initialize
in class RefElementImpl
public void accept(RefVisitor visitor)
RefEntity
accept
in interface RefEntity
accept
in class RefEntityImpl
visitor
- the visitor to accept.public boolean isValid()
RefEntity
isValid
in interface RefEntity
isValid
in class RefElementImpl
public RefModule getModule()
RefElement
getModule
in interface RefElement
getModule
in class RefElementImpl
public java.lang.String getQualifiedName()
getQualifiedName
in interface RefEntity
getQualifiedName
in class RefEntityImpl
public java.lang.String getExternalName()
RefEntity
getExternalName
in interface RefEntity
getExternalName
in class RefElementImpl