Home
last modified time | relevance | path

Searched refs:instruction_rewriter_delete (Results 1 – 2 of 2) sorted by relevance

/plugin/columns/
H A Daction.php215 $correction[] = new instruction_rewriter_delete($call);
607 return new instruction_rewriter_delete($this->open);
629 $result[] = new instruction_rewriter_delete($this->sectionClose);
H A Drewriter.php100 class instruction_rewriter_delete extends instruction_rewriter_correction { class