Uses of Class
org.eclipse.cdt.internal.ui.callhierarchy.CHNode

Packages that use CHNode
org.eclipse.cdt.internal.ui.callhierarchy   
 

Uses of CHNode in org.eclipse.cdt.internal.ui.callhierarchy
 

Subclasses of CHNode in org.eclipse.cdt.internal.ui.callhierarchy
 class CHMultiDefNode
           
 

Methods in org.eclipse.cdt.internal.ui.callhierarchy that return CHNode
static CHNode[] CHQueries.findCalledBy(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for functions and methods that call a given element.
static CHNode[] CHQueries.findCalls(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for all calls that are made within a given range.
 CHNode[] CHMultiDefNode.getChildNodes()
           
 CHNode CHNode.getParent()
          Returns the parent node or null for the root node.
 

Methods in org.eclipse.cdt.internal.ui.callhierarchy with parameters of type CHNode
static CHNode[] CHQueries.findCalledBy(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for functions and methods that call a given element.
static CHNode[] CHQueries.findCalls(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for all calls that are made within a given range.
 

Constructors in org.eclipse.cdt.internal.ui.callhierarchy with parameters of type CHNode
CHMultiDefNode(CHNode parent, org.eclipse.cdt.core.model.ITranslationUnit tu, long timestamp, org.eclipse.cdt.core.model.ICElement[] elements)
           
CHNode(CHNode parent, org.eclipse.cdt.core.model.ITranslationUnit fileOfReferences, long timestamp, org.eclipse.cdt.core.model.ICElement decl)
          Creates a new node for the include browser