return this;
}
// we already have a target to which we can directly apply the marker
Rule inner = unwrap(target);
target = (Matcher) inner.suppressNode(); // since this might change the instance we have to update it
setNodeSuppressed(false);
return target;
}
public Rule suppressSubnodes() {