Eclipse CDT
Pre-release 3.0

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

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

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

Subinterfaces of IDeclaration in org.eclipse.cdt.core.model
 interface IBinaryFunction
          Represents a function.
 interface IBinaryVariable
          Represents a global variable.
 interface IEnumeration
          An Enumeration type.
 interface IField
          Represents a field(variable) declared in an IStructure(struct, class, union).
 interface IFunction
          Represents a function definition.
 interface IFunctionDeclaration
          Represents a function
 interface IFunctionTemplate
          Function template definition.
 interface IFunctionTemplateDeclaration
          Function template declaration.
 interface IMember
          Common protocol for C elements that can be members of types.
 interface IMethod
          Represents the definition method of a class.
 interface IMethodDeclaration
          Represents the declaration method of a class
 interface IMethodTemplate
          Member template definition.
 interface IMethodTemplateDeclaration
          Member template declaration.
 interface IStructure
          Represent struct(ure), class or union.
 interface IStructureDeclaration
          IStructureDeclaration
 interface IStructureTemplate
          Class template definition.
 interface IStructureTemplateDeclaration
          Class template declaration.
 interface IVariable
          Represents a global variable.
 interface IVariableDeclaration
          Represents the declaration of a variable.
 


Eclipse CDT
Pre-release 3.0

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