Interface IMember

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICElement, IDeclaration, ISourceManipulation, ISourceReference
All Known Subinterfaces:
IField, IMethod, IMethodDeclaration, IMethodTemplate, IMethodTemplateDeclaration

public interface IMember extends IDeclaration
Common protocol for C elements that can be members of types. This set consists of IType, IMethod, IField.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.