| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Scoped
A Java source code entity like a type or a method that has the concept of a visibility scope. Each entity has two scopes: One that is declared and the effective scope. For example a public method can have an effective scope of package if it appears in a class that is package visible.
| Method Summary | |
|---|---|
|  Scope | getDeclaredScope()The declared scope of this entity. | 
|  Scope | getEffectiveScope()The effective Scope of this entity. | 
| Method Detail | 
|---|
Scope getDeclaredScope()
Scope getEffectiveScope()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||