Uses of Class
org.eclipse.cdt.ui.tests.DOMAST.DOMASTNodeParent

Packages that use DOMASTNodeParent
org.eclipse.cdt.ui.tests.DOMAST   
 

Uses of DOMASTNodeParent in org.eclipse.cdt.ui.tests.DOMAST
 

Methods in org.eclipse.cdt.ui.tests.DOMAST that return DOMASTNodeParent
 DOMASTNodeParent DOMASTNodeParent.findTreeObject(org.eclipse.cdt.core.dom.ast.IASTNode node, boolean useOffset)
          Returns the DOMASTNodeParent that corresponds to the IASTNode.
 DOMASTNodeParent DOMASTNodeParent.findTreeParentForMergedNode(org.eclipse.cdt.core.dom.ast.IASTNode node)
          Returns the DOMASTNodeParent whose IASTNode is the parent of the IASTNode.
 DOMASTNodeParent DOMASTNodeParent.findTreeParentForNode(org.eclipse.cdt.core.dom.ast.IASTNode node)
          Returns the DOMASTNodeParent whose IASTNode is the parent of the IASTNode.
 DOMASTNodeParent DOMASTNodeLeaf.getParent()
           
 DOMASTNodeParent IPopulateDOMASTAction.getTree()
           
 DOMASTNodeParent CPPPopulateASTViewAction.getTree()
           
 DOMASTNodeParent CPopulateASTViewAction.getTree()
           
 DOMASTNodeParent DOMAST.ViewContentProvider.getTUTreeParent()
           
 

Methods in org.eclipse.cdt.ui.tests.DOMAST with parameters of type DOMASTNodeParent
 void DOMASTNodeLeaf.setParent(DOMASTNodeParent parent)