1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

Added comment.

This commit is contained in:
Mikhail Khodjaiants 2003-02-20 20:43:02 +00:00
parent 17043cea03
commit 80ecfd2b0a

View file

@ -51,5 +51,16 @@ public interface ICSourceLocator extends ISourceLocator
*/
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 );
}