reset method

CPCLGenerator reset()

清空指令队列,重置生成器

Implementation

CPCLGenerator reset() {
  _commands.clear();
  return this;
}