blob: 61d18a9a2d14e234fdac92d240a004df5898139f [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
/**
* Represents the definition method of a class.
*/
public interface IMethod extends IMethodDeclaration {
}