class SyntaxTree::IfOp

def child_nodes

def child_nodes
  [predicate, truthy, falsy]
end