# File lib/kwartz/node.rb, line 279
    def set_before(logic_str)
      stmt_list = _parse_logic_str(logic_str)
      @before = stmt_list
    end