Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Interface and Description |
---|---|
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 |
interface |
IStructureTemplate
Class template definition.
|
interface |
IStructureTemplateDeclaration
Class template declaration.
|
interface |
IVariable
Represents a global variable.
|
interface |
IVariableDeclaration
Represents the declaration of a variable.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.