public class RefDirectoryImpl extends RefElementImpl implements RefDirectory
IS_REACHABLE_MASK, LOGmyChildren, myFlags, myManagerEMPTY_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, setReachableadd, checkFlag, getChildren, getName, getOwner, getRefManager, removeChild, setFlag, setOwner, toStringchangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContainingEntry, getElement, getInReferences, getOutReferences, getPointer, getPsiElement, isEntry, isPermanentEntry, isReachable, isReferencedgetChildren, getIcon, getName, getOwner, getRefManagergetUserData, putUserDataadd, removeChild, setOwnerprotected RefDirectoryImpl(PsiDirectory psiElement, RefManager refManager)
protected void initialize()
initialize in class RefElementImplpublic void accept(RefVisitor visitor)
RefEntityaccept in interface RefEntityaccept in class RefEntityImplvisitor - the visitor to accept.public boolean isValid()
RefEntityisValid in interface RefEntityisValid in class RefElementImplpublic RefModule getModule()
RefElementgetModule in interface RefElementgetModule in class RefElementImplpublic java.lang.String getQualifiedName()
getQualifiedName in interface RefEntitygetQualifiedName in class RefEntityImplpublic java.lang.String getExternalName()
RefEntitygetExternalName in interface RefEntitygetExternalName in class RefElementImpl