mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-02 21:23:37 +02:00
Added comment.
This commit is contained in:
parent
17043cea03
commit
80ecfd2b0a
1 changed files with 11 additions and 0 deletions
|
@ -51,5 +51,16 @@ public interface ICSourceLocator extends ISourceLocator
|
||||||
*/
|
*/
|
||||||
boolean contains( IResource resource );
|
boolean contains( IResource resource );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an object representing the source code
|
||||||
|
* for a type with the specified name, or <code>null</code>
|
||||||
|
* if none could be found. The source element
|
||||||
|
* returned is implementation specific - for example, a
|
||||||
|
* resource, a local file, a zip file entry, etc.
|
||||||
|
*
|
||||||
|
* @param name the name of the object for which source is being searched for
|
||||||
|
*
|
||||||
|
* @return source element
|
||||||
|
*/
|
||||||
Object findSourceElement( String fileName );
|
Object findSourceElement( String fileName );
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue