1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Andrew Niefer 623eeb6f1d Change visiting of AST tree.
-> added IASTNode.accept( ASTVisitor )
-> old BaseVisitorAction is now ASTVisitor
-> old CBaseVisitorAction is now CASTVisitor (extends ASTVisitor)
-> old CPPBaseVisitorAction is now CPPASTVisitor (extends ASTVisitor)
-> old IASTVisitor, ICASTVisitor, ICPPASTVisitor are gone
-> CVisitor.visit* and CPPVisitor.visit* are gone, replaced by  accept on each ast node.

now, instead of tu.getVisitor().visitTranslationUnit( action )
do tu.accept( action )
2005-03-08 19:32:22 +00:00
..
org.eclipse.cdt.core Change visiting of AST tree. 2005-03-08 19:32:22 +00:00
org.eclipse.cdt.core.aix Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.linux Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.macosx Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.qnx fixed qnx spawner 2004-12-24 17:26:22 +00:00
org.eclipse.cdt.core.solaris Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.tests Change visiting of AST tree. 2005-03-08 19:32:22 +00:00
org.eclipse.cdt.core.win32 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.ui 2005-03-07 Alain Magloire 2005-03-07 21:35:35 +00:00
org.eclipse.cdt.ui.tests Change visiting of AST tree. 2005-03-08 19:32:22 +00:00