| 262 | } |
| 263 | |
| 264 | bool ExpressionVisitor::renameObjectIdentifier(Expression &e, |
| 265 | const std::map<ObjectIdentifier,ObjectIdentifier> &paths, const ObjectIdentifier &path) |
| 266 | { |
| 267 | return e._renameObjectIdentifier(paths,path,*this); |
| 268 | } |
| 269 | |
| 270 | void ExpressionVisitor::collectReplacement(Expression &e, |
| 271 | std::map<ObjectIdentifier,ObjectIdentifier> &paths, |
no test coverage detected