# File B_syntaxbäume.rb, line 11 def initialize(name,vater) @name = name @vater = vater @ererbte = Hash.new() @synthetisierte = Hash.new() end