return anotherProxy;
}
// we already have a target to which we can directly apply the label
Rule inner = unwrap(target);
target = (Matcher) inner.label(label); // since relabelling might change the instance we have to update it
setLabel(null);
return target;
}
public Rule suppressNode() {