| 1114 | } |
| 1115 | |
| 1116 | void visit(Expression &e) override { |
| 1117 | if(collect) |
| 1118 | this->collectReplacement(e,paths,parent,oldObj,newObj); |
| 1119 | else |
| 1120 | this->renameObjectIdentifier(e,paths,dummy); |
| 1121 | } |
| 1122 | |
| 1123 | const DocumentObject *parent; |
| 1124 | DocumentObject *oldObj; |
nothing calls this directly
no test coverage detected