# File B_syntaxbäume.rb, line 132
  def addNonterminal(name,alternativnr)  
    @soehne.push(Nonterminal.new(name,self,alternativnr))
  end