Uses of Class
salsa.corpora.elements.Global

Packages that use Global
salsa.corpora.elements   
 

Uses of Global in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Global
 java.util.ArrayList<Global> Globals.getGlobals()
          Returns the list of Global elements of this Globals.
 

Methods in salsa.corpora.elements with parameters of type Global
 void Globals.addGlobal(Global newGlobal)
          Adds a new Global to this Globals.