1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

update javadoc for IScope

This commit is contained in:
Andrew Niefer 2005-03-09 23:48:37 +00:00
parent 6cbe7a043b
commit de4d0657a5

View file

@ -27,7 +27,9 @@ public interface IScope {
/**
* This is the general lookup entry point. It returns the list of
* valid bindings for a given name.
* valid bindings for a given name. The lookup proceeds as an unqualified
* lookup. Constructors are not considered during this lookup and won't be returned.
* No attempt is made to resolve potential ambiguities or perform access checking.
*
* @param searchString
* @return List of IBinding