Uses of Class
salsa.corpora.elements.Secedge

Packages that use Secedge
salsa.corpora.elements   
 

Uses of Secedge in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return Secedge
 Secedge Terminal.getSecedge()
          Returns the Secedge.
 Secedge Nonterminal.getSecedge()
          Returns the Secedge.
 

Methods in salsa.corpora.elements with parameters of type Secedge
 void Terminal.setSecedge(Secedge secedge)
          Sets the Secedge.
 void Nonterminal.setSecedge(Secedge secedge)
          Sets the Secedge.