# File B_syntaxbäume.rb, line 137
  def addTerminal(name,quellstring)
    @soehne.push(Terminal.new(name,self,quellstring))
  end