Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.model.IParent

Packages that use IParent
org.eclipse.cdt.core.model   
 

Uses of IParent in org.eclipse.cdt.core.model
 

Subinterfaces of IParent in org.eclipse.cdt.core.model
 interface IArchive
          An IArchive represents a group of files combined into a single file(the Archive), for example 'libXX.a'.
 interface IArchiveContainer
          Represents a container of all the IArchive's found in the project while inspecting the project.
 interface IBinary
          Represents a Binary file, for example an ELF executable.
 interface IBinaryContainer
          Represents a container of all the IBinary's found in the project while inspecting the project.
 interface IBinaryModule
           
 interface ICContainer
          A C Folder Resource.
 interface ICModel
          Represent the root C element corresponding to the workspace.
 interface ICProject
          A C project represents a view of a project resource in terms of C elements such as , ICContainer, ITranslationUnit ....
 interface IEnumeration
          An Enumeration type.
 interface IIncludeReference
           
 interface ILibraryReference
           
 interface INamespace
          Represents a package declaration in a C translation unit.
 interface ISourceRoot
           
 interface IStructure
          Represent struct(ure), class or union.
 interface IStructureTemplate
          Class template definition.
 interface ITranslationUnit
          Represents an entire C translation unit (.c source file).
 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.
 


Eclipse CDT
7.0

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