|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scope
Provides methods which all scopes must implement. See JLS 6.3 for a description of scopes
Method Summary | |
---|---|
Scope |
getParent()
Retrieves this scope's parent |
void |
setParent(Scope parent)
Points this scope to its parent |
Method Detail |
---|
void setParent(Scope parent)
parent
- The new parent valueScope getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |