MStatementReplaceable

- Disabled `insertAfter` and `remove`
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-11 10:39:17 +02:00
parent 82af9ef584
commit 54c6935c2d
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ public interface MStatementReplaceable
public bool replace(Statement thiz, Statement that);
public bool insertBefore(Statement thiz, Statement that);
public bool insertAfter(Statement thiz, Statement that);
public bool remove(Statement thiz);
// public bool insertAfter(Statement thiz, Statement that);
// public bool remove(Statement thiz);
}
/**