global

def parent

def parent
  return @parent if instance_variable_defined?(:@parent)
  @branch = Branch.of(control_node, scope: scope)
end