Eclipse CDT
Pre-release 3.0

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

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

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

Subinterfaces of IMethodDeclaration in org.eclipse.cdt.core.model
 interface IMethod
          Represents the definition method of a class.
 interface IMethodTemplate
          Member template definition.
 interface IMethodTemplateDeclaration
          Member template declaration.
 

Methods in org.eclipse.cdt.core.model that return IMethodDeclaration
 IMethodDeclaration IStructure.getMethod(String name)
          Returns the specific method with the given name within the structure.
 IMethodDeclaration[] IStructure.getMethods()
          Returns all methods within the structure.
 


Eclipse CDT
Pre-release 3.0

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