Eclipse CDT
Pre-release 3.0

Uses of Class
org.eclipse.cdt.core.dom.ast.ASTVisitor

Packages that use ASTVisitor
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.c   
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.search   
 

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.
 

Uses of ASTVisitor in org.eclipse.cdt.core.search
 

Subclasses of ASTVisitor in org.eclipse.cdt.core.search
static class DOMSearchUtil.CNameCollector
          The CNameCollector used to get IASTNames from an IASTNode.
static class DOMSearchUtil.CPPNameCollector
          The CPPNameCollector used to get IASTNames from an IASTNode.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.