# File lib/kwala/lib/code_analyzer.rb, line 487
  def sub_types
    @children.each { |c| yield c }
  end