|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
org.media.mn8 | mn8 Core Classes |
Uses of Scope in org.media.mn8 |
Subclasses of Scope in org.media.mn8 | |
class |
GlobalScope
|
Fields in org.media.mn8 declared as Scope | |
protected Scope |
Scope._prev
The upper (in hierarchy) scope. |
Methods in org.media.mn8 that return Scope | |
Scope |
Scope.getPrevScope()
Returns the previous (upper in hierarchy) scope. |
Scope |
ScopeStack.getConceptGlobalScope()
|
Scope |
ScopeStack.popScope()
|
Scope |
ScopeStack.getCurrentScope()
|
Scope |
ScopeStack.getGlobalScope()
|
Methods in org.media.mn8 with parameters of type Scope | |
void |
ScopeStack.pushScope(Scope newScope)
|
Constructors in org.media.mn8 with parameters of type Scope | |
Scope(Scope prev)
The default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |