Lines Matching refs:ReplaceOp
938 class ReplaceOp(RewriteOperation):
942 I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
962 return '<ReplaceOp@{0.index}..{0.lastIndex}:"{0.text}">'.format(self)
1148 op = ReplaceOp(self, first, last, text)
1337 if not isinstance(rop, ReplaceOp):
1353 for j, prevRop in self.getKindOfOps(rewrites, ReplaceOp, i):
1400 for j, rop in self.getKindOfOps(rewrites, ReplaceOp, i):