Returns:
12 13 14
# File 'lib/bade/ast/node/mixin_node.rb', line 12 def params children.select { |n| allowed_parameter_types.include?(n.type) } end