Uses of Class
org.eclipse.cdt.internal.ui.typehierarchy.THNode

Packages that use THNode
org.eclipse.cdt.internal.ui.typehierarchy   
 

Uses of THNode in org.eclipse.cdt.internal.ui.typehierarchy
 

Methods in org.eclipse.cdt.internal.ui.typehierarchy that return THNode
 THNode[] THNode.getChildren()
           
 THNode THNode.getParent()
          Returns the parent node or null for the root node.
 

Methods in org.eclipse.cdt.internal.ui.typehierarchy with parameters of type THNode
 void THNode.addChild(THNode childNode)
           
 

Constructors in org.eclipse.cdt.internal.ui.typehierarchy with parameters of type THNode
THNode(THNode parent, org.eclipse.cdt.core.model.ICElement decl)
          Creates a new node for the include browser