org.eclipse.cdt.ui.tests.DOMAST
Interface IPopulateDOMASTAction

All Known Implementing Classes:
CPopulateASTViewAction, CPPPopulateASTViewAction

public interface IPopulateDOMASTAction

Author:
dsteffle

Method Summary
 DOMASTNodeParent getTree()
           
 void groupIncludes(DOMASTNodeLeaf[] statements)
           
 void mergePreprocessorProblems(org.eclipse.cdt.core.dom.ast.IASTProblem[] problems)
           
 DOMASTNodeLeaf[] mergePreprocessorStatements(org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement[] statements)
           
 

Method Detail

getTree

DOMASTNodeParent getTree()

mergePreprocessorStatements

DOMASTNodeLeaf[] mergePreprocessorStatements(org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement[] statements)

mergePreprocessorProblems

void mergePreprocessorProblems(org.eclipse.cdt.core.dom.ast.IASTProblem[] problems)

groupIncludes

void groupIncludes(DOMASTNodeLeaf[] statements)