mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
extends IFunction.
This commit is contained in:
parent
6b785f2fa0
commit
d2bdc3e425
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue