# File B_syntaxbäume.rb, line 82
  def initialize(name,vater,quellstring)
    super(name,vater)
    @quellstring = quellstring
  end