我正在处理从jdt到cdt的插件对话。 任何人都可以告诉哪个类与CDT中的ASTParser(org.eclipse.jdt.core.dom.AST)相同?
答案 0 :(得分:1)
我想做以下事情:
ITranslationUnit tu = (ITranslationUnit)CoreModel.getDefault().create(file);
IASTTranslationUnit ast = tu.getAST();
此link是CDT AST上的一组幻灯片(pdf)。 CDT Plug-in Developer Guide有更多信息。