command method

Command command()

Implementation

Command command() {
  return DefaultCommand(_clauses, _variable);
}