|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTTranslationUnit | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.model | |
org.eclipse.cdt.core.search |
Uses of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast |
---|
Methods in org.eclipse.cdt.core.dom.ast that return IASTTranslationUnit | |
---|---|
IASTTranslationUnit |
IASTNode.getTranslationUnit()
Get the translation unit (master) node that is the ancestor of all nodes in this AST. |
IASTTranslationUnit |
ASTCompletionNode.getTranslationUnit()
Get the translation unit for this completion |
Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTTranslationUnit | |
---|---|
int |
ASTVisitor.visit(IASTTranslationUnit tu)
visit methods |
Constructors in org.eclipse.cdt.core.dom.ast with parameters of type IASTTranslationUnit | |
---|---|
ASTCompletionNode(org.eclipse.cdt.core.parser.IToken completionToken,
IASTTranslationUnit translationUnit)
Only constructor. |
Uses of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast.cpp |
---|
Subinterfaces of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast.cpp | |
---|---|
interface |
ICPPASTTranslationUnit
|
Uses of IASTTranslationUnit in org.eclipse.cdt.core.model |
---|
Methods in org.eclipse.cdt.core.model that return IASTTranslationUnit | |
---|---|
IASTTranslationUnit |
ITranslationUnit.getASTTranslationUnit()
Returns the root object of a DOM Abstract syntax tree. |
Uses of IASTTranslationUnit in org.eclipse.cdt.core.search |
---|
Methods in org.eclipse.cdt.core.search with parameters of type IASTTranslationUnit | |
---|---|
static IASTName[] |
DOMSearchUtil.getSelectedNamesFrom(IASTTranslationUnit tu,
int offset,
int length,
org.eclipse.cdt.core.parser.ParserLanguage lang)
This is used to get an array of selected names in an IASTTranslationUnit based on the offset and length into that IASTTranslationUnit. |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |