MemberNodeBase instead@Deprecated public abstract class MethodNodeBase<M extends PsiElement> extends MemberNodeBase<M>
myCalled, myCancelCallback, myMethod, myProjectisChecked| 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, setEnabledisChecked, isEnabled, setCheckedadd, 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, toStringprotected abstract MethodNodeBase<M> createNode(M caller, java.util.HashSet<M> called)
createNode in class MemberNodeBase<M extends PsiElement>public M getMethod()