1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

extends IFunction.

This commit is contained in:
Alain Magloire 2003-01-23 19:27:35 +00:00
parent 6b785f2fa0
commit d2bdc3e425

View file

@ -8,7 +8,7 @@ package org.eclipse.cdt.core.model;
/**
* Represents the definition method of a class.
*/
public interface IMethod extends IMember {
public interface IMethod extends IMember, IFunction {
/**
* Returns the type signatures of the exceptions this method throws,