|
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 | |
| Uses of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast |
|---|
| Methods in org.eclipse.cdt.core.dom.ast that return IASTTranslationUnit | |
IASTTranslationUnit |
ASTCompletionNode.getTranslationUnit()
|
IASTTranslationUnit |
IASTCompletionNode.getTranslationUnit()
Get the translation unit for this completion |
IASTTranslationUnit |
IASTNode.getTranslationUnit()
Get the translation unit (master) node that is the ancestor of all nodes in this AST. |
| Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTTranslationUnit | |
int |
ASTVisitor.visit(IASTTranslationUnit tu)
visit methods |
int |
ASTVisitor.leave(IASTTranslationUnit tu)
leave methods - implement a bottom-up traversal |
| 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 |
ILanguage.getASTTranslationUnit(ITranslationUnit file,
int style)
Deprecated. use ITranslationUnit.getAST(). |
IASTTranslationUnit |
ILanguage.getASTTranslationUnit(ITranslationUnit file,
org.eclipse.cdt.core.dom.ICodeReaderFactory codeReaderFactory,
int style)
Deprecated. use ITranslationUnit.getAST(...). |
IASTTranslationUnit |
ILanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader,
org.eclipse.cdt.core.parser.IScannerInfo scanInfo,
org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator,
org.eclipse.cdt.core.index.IIndex index,
org.eclipse.cdt.core.parser.IParserLogService log)
Construct an AST for the source code provided by reader. |
IASTTranslationUnit |
IWorkingCopy.reconcile(boolean computeAST,
boolean forceProblemDetection,
IProgressMonitor monitor)
Reconciles the contents of this working copy. |
IASTTranslationUnit |
AbstractLanguage.getASTTranslationUnit(ITranslationUnit file,
int style)
|
IASTTranslationUnit |
AbstractLanguage.getASTTranslationUnit(ITranslationUnit file,
org.eclipse.cdt.core.dom.ICodeReaderFactory codeReaderFactory,
int style)
|
IASTTranslationUnit |
AbstractLanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader,
org.eclipse.cdt.core.parser.IScannerInfo scanInfo,
org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator,
org.eclipse.cdt.core.index.IIndex index,
int options,
org.eclipse.cdt.core.parser.IParserLogService log)
Construct an AST for the source code provided by reader.
|
IASTTranslationUnit |
ITranslationUnit.getAST()
Creates the full AST for this translation unit. |
IASTTranslationUnit |
ITranslationUnit.getAST(org.eclipse.cdt.core.index.IIndex index,
int style)
Creates an AST based on the requested style. |
| Methods in org.eclipse.cdt.core.model with parameters of type IASTTranslationUnit | |
IASTName[] |
ILanguage.getSelectedNames(IASTTranslationUnit ast,
int start,
int length)
Gather the list of IASTNames that appear the selection with the given start offset and length in the given ITranslationUnit. |
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||