|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ITranslationUnit | |
| org.eclipse.cdt.core.model | |
| Uses of ITranslationUnit in org.eclipse.cdt.core.model |
| Subinterfaces of ITranslationUnit in org.eclipse.cdt.core.model | |
interface |
IWorkingCopy
A working copy of a C element acts just like a regular element (handle), except it is not attached to an underlying resource. |
| Methods in org.eclipse.cdt.core.model that return ITranslationUnit | |
ITranslationUnit |
CoreModel.createTranslationUnitFrom(ICProject cproject,
IPath path)
Creates a translation form and IPath. |
ITranslationUnit |
IWorkingCopy.getOriginalElement()
Returns the original element this working copy was created from, or null if this is not a working copy. |
ITranslationUnit[] |
ICContainer.getTranslationUnits()
Returns all of the translation units in this ccontainer. |
ITranslationUnit |
ICContainer.getTranslationUnit(String name)
Returns the tranlation unit with the specified name in this container (for example, "foobar.c").
|
ITranslationUnit |
ISourceReference.getTranslationUnit()
Returns the translation unit in which this member is declared, or null
if this member is not declared in a translation unit (for example, a binary type). |
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||