Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Interface and Description |
---|---|
interface |
IMethod
Represents the definition method of a class.
|
interface |
IMethodTemplate
Member template definition.
|
interface |
IMethodTemplateDeclaration
Member template declaration.
|
Modifier and Type | Method and Description |
---|---|
IMethodDeclaration |
IStructure.getMethod(java.lang.String name)
Returns the specific method with the given name within the structure.
|
IMethodDeclaration[] |
IStructure.getMethods()
Returns all methods within the structure.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.