|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectentities.ScopeInfo
This class gathers information about the scopes of the ScopeManager entities.
Field Summary | |
ScopeManager |
fCurrentScope
|
ScopeManager |
fFirstScope
|
ScopeManager |
fParScope
|
Constructor Summary | |
ScopeInfo(ScopeManager firstScope,
ScopeManager parScope,
ScopeManager currentScope)
|
Method Summary | |
void |
print(java.lang.String indentation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ScopeManager fFirstScope
public ScopeManager fParScope
public ScopeManager fCurrentScope
Constructor Detail |
public ScopeInfo(ScopeManager firstScope, ScopeManager parScope, ScopeManager currentScope)
Method Detail |
public void print(java.lang.String indentation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |