class SyntaxTree::SClass

def child_nodes

def child_nodes
  [target, bodystmt]
end