Uses of Class
fr.umlv.tatoo.runtime.tools.GenericStack

Packages that use GenericStack
fr.umlv.tatoo.runtime.tools.builder   
 

Uses of GenericStack in fr.umlv.tatoo.runtime.tools.builder
 

Methods in fr.umlv.tatoo.runtime.tools.builder that return GenericStack
 GenericStack ToolsBuilder.getSemanticStack()
          Returns the semantic stack that will be shared by all parser created by this builder.
 

Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type GenericStack
 S ToolsBuilder.setSemanticStack(GenericStack semanticStack)
          Set the stack that will be used by the parser processor.