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

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

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

Subclasses of DOMASTNodeLeaf in org.eclipse.cdt.ui.tests.DOMAST
 class DOMASTNodeParent
           
 

Methods in org.eclipse.cdt.ui.tests.DOMAST that return DOMASTNodeLeaf
 DOMASTNodeLeaf[] DOMASTNodeParent.getChildren()
           
 DOMASTNodeLeaf[] DOMASTNodeParent.getChildren(boolean cleanupElements)
           
 DOMASTNodeLeaf[] IPopulateDOMASTAction.mergePreprocessorStatements(org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement[] statements)
           
 DOMASTNodeLeaf[] CPPPopulateASTViewAction.mergePreprocessorStatements(org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement[] statements)
           
 DOMASTNodeLeaf[] CPopulateASTViewAction.mergePreprocessorStatements(org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement[] statements)
           
 

Methods in org.eclipse.cdt.ui.tests.DOMAST with parameters of type DOMASTNodeLeaf
 void DOMASTNodeParent.addChild(DOMASTNodeLeaf child)
           
 void IPopulateDOMASTAction.groupIncludes(DOMASTNodeLeaf[] statements)
           
 void CPPPopulateASTViewAction.groupIncludes(DOMASTNodeLeaf[] treeIncludes)
           
 void CPopulateASTViewAction.groupIncludes(DOMASTNodeLeaf[] treeIncludes)
           
 void DOMASTNodeParent.removeChild(DOMASTNodeLeaf child)
           
 void DOMASTNodeParent.setChildren(DOMASTNodeLeaf[] children)