|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTVisitor | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c | |
org.eclipse.cdt.core.dom.ast.cpp |
Uses of ASTVisitor in org.eclipse.cdt.core.dom.ast |
---|
Methods in org.eclipse.cdt.core.dom.ast with parameters of type ASTVisitor | |
boolean |
IASTNode.accept(ASTVisitor visitor)
Abstract method to be overriden by all subclasses. |
Uses of ASTVisitor in org.eclipse.cdt.core.dom.ast.c |
---|
Subclasses of ASTVisitor in org.eclipse.cdt.core.dom.ast.c | |
class |
CASTVisitor
This subclass of ASTVisitor that allows for better control in traversing C. |
Uses of ASTVisitor in org.eclipse.cdt.core.dom.ast.cpp |
---|
Subclasses of ASTVisitor in org.eclipse.cdt.core.dom.ast.cpp | |
class |
CPPASTVisitor
C++ specific visitor class. |
|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |