| java.lang.Object de.uka.ilkd.key.proof.OpReplacer
OpReplacer | public class OpReplacer (Code) | | Replaces operators in a term by other operators with the same signature,
or subterms of the term by other terms with the same sort.
|
OpReplacer | public OpReplacer(Map map)(Code) | | Parameters: map - mapping from the operators/terms to be replaced to the ones to replace them with |
replace | public SetOfLocationDescriptor replace(SetOfLocationDescriptor locs)(Code) | | Replaces in a set of location descriptors.
|
|
|