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:
parent
6cbe7a043b
commit
de4d0657a5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue