Slide 164
Slide 164 text
Problem of TreeRewriter #1
• Implementation is complex
• TreeRewriter doesn’t edit source code directly
• Create TreeRewriter::Action instances, store the actions then apply the
changes at once
Action. :replace (2, 0)-(2, 4) “elsif condition_b”
Action. :replace (3, 2)-(3, 16) “action_b”
Action. :replace (7, 0)-(7, 6) “”
Action. :replace (4, 0)-(4, 13) “”