Uses of Class
se.datadosen.util.Scope

Packages that use Scope
se.datadosen.jalbum   
se.datadosen.util   
 

Uses of Scope in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that return Scope
 Scope AlbumObject.getVars()
          jAlbum 9.4
 Scope AlbumObjectImpl.getVars()
           
 

Methods in se.datadosen.jalbum with parameters of type Scope
 void AlbumObject.setVars(Scope vars)
           
 void AlbumObjectImpl.setVars(Scope vars)
           
 

Uses of Scope in se.datadosen.util
 

Fields in se.datadosen.util declared as Scope
protected  Scope Scope.outer
           
 

Methods in se.datadosen.util that return Scope
 Scope Scope.getOuter()
           
 Scope Scope.push(java.util.Map map)
          Make a new scope where the passed Map is put before (inner) the existing scope This scope is left untouched.
 Scope Scope.remove(java.util.Map map)
          Remove map from this scope or any outer scope Return this scope or outer scope if map == this scope
 

Methods in se.datadosen.util with parameters of type Scope
 void Scope.setOuter(Scope outer)
           
 

Constructors in se.datadosen.util with parameters of type Scope
Scope(java.util.Map map, Scope outer)
           
Scope(Scope outer)