MemberNodeBase
instead@Deprecated public abstract class MethodNodeBase<M extends PsiElement> extends MemberNodeBase<M>
myCalled, myCancelCallback, myMethod, myProject
isChecked
Modifier | Constructor and Description |
---|---|
protected |
MethodNodeBase(M method,
java.util.Set<M> called,
Project project,
java.lang.Runnable cancelCallback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract MethodNodeBase<M> |
createNode(M caller,
java.util.HashSet<M> called)
Deprecated.
|
M |
getMethod()
Deprecated.
|
computeCallers, customizeRenderer, customizeRendererText, getChildAt, getChildCount, getElementToSearch, getFilter, getIndex, getMember, isLeaf, setEnabled
isChecked, isEnabled, setChecked
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
protected abstract MethodNodeBase<M> createNode(M caller, java.util.HashSet<M> called)
createNode
in class MemberNodeBase<M extends PsiElement>
public M getMethod()