Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Class and Description |
---|---|
class |
ASTGenericVisitor
Generic visitor for AST nodes.
|
class |
ASTNameCollector
A convenience visitor that collects names.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IASTNode.accept(ASTVisitor visitor)
Abstract method to be overridden by all subclasses.
|
Modifier and Type | Class and Description |
---|---|
class |
CASTVisitor
Deprecated.
you can use
ASTVisitor , instead. |
Modifier and Type | Class and Description |
---|---|
class |
CPPASTVisitor
Deprecated.
you can use
ASTVisitor , instead. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.