public abstract class NamedStubBase<T extends PsiNamedElement> extends StubBase<T> implements NamedStub<T>
myParent
Modifier | Constructor and Description |
---|---|
protected |
NamedStubBase(StubElement parent,
IStubElementType elementType,
java.lang.String name) |
protected |
NamedStubBase(StubElement parent,
IStubElementType elementType,
StringRef name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
compareByOrderWith, findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getProject, getPsi, getStubType, printTree, setPsi, toString
getStubId, isDangling, markDangling
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
protected NamedStubBase(StubElement parent, IStubElementType elementType, StringRef name)
protected NamedStubBase(StubElement parent, IStubElementType elementType, java.lang.String name)
public java.lang.String getName()
getName
in interface NamedStub<T extends PsiNamedElement>