Lines Matching refs:edit
28 target of the transformation, they specify an *edit* to the code identified by
29 the pattern, and their pattern and edit refer to common variables, like ``s``,
33 even though it doesn't change any of the code -- it's "edit" is simply a no-op.
78 arguments: the pattern, the edit, and (optionally) an explanatory note. In our
81 fix, our edit is an no-op. But, it contains an *anchor* for the diagnostic
106 example. Our edit (``changeTo(...)``) says to *change* the code matched by the
142 target to ``s`` [#f1]_. For the edit, we again use ``changeTo``, but this
235 source code affected by an edit and to extract source code in constructing new
293 We are not limited one edit per match found. Some situations require making
312 also support a very general signature for edit generators: