mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 05:35:45 +02:00
getResource () is already in ICElement.
This commit is contained in:
parent
f0db445aea
commit
fac6b3bc9b
1 changed files with 0 additions and 12 deletions
|
@ -5,18 +5,6 @@
|
||||||
|
|
||||||
package org.eclipse.cdt.core.model;
|
package org.eclipse.cdt.core.model;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IResource;
|
|
||||||
|
|
||||||
public interface ICResource extends IParent, ICElement {
|
public interface ICResource extends IParent, ICElement {
|
||||||
/**
|
|
||||||
* Returns the resource that corresponds directly to this element,
|
|
||||||
* <p>
|
|
||||||
* For example, the corresponding resource for an <code>ATranslationUnit</code>
|
|
||||||
* is its underlying <code>IFile</code>.
|
|
||||||
*
|
|
||||||
* @return the corresponding resource.
|
|
||||||
* @exception CModelException if this element does not exist or if an
|
|
||||||
* exception occurs while accessing its corresponding resource
|
|
||||||
*/
|
|
||||||
public IResource getResource() throws CModelException;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue