Uses of Class
salsa.corpora.elements.Globals

Packages that use Globals
salsa.corpora.elements   
 

Uses of Globals in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Globals
 java.util.ArrayList<Globals> Semantics.getGlobals()
          Returns the list of Globals of this Semantics (this list usually contains only one element).
 

Methods in salsa.corpora.elements with parameters of type Globals
 void Semantics.addGlobals(Globals newGlobals)
          Adds a new Globals to this Semantics.