Class: Synvert::Core::Rewriter::InsertAfterAction

Inherits:
Action
  • Object
show all
Defined in:
lib/synvert/core/rewriter/action/insert_after_action.rb

Overview

InsertAfterAction to insert code next to the node.

Constant Summary

Constants inherited from Action

Action::DEFAULT_INDENT

Instance Attribute Summary

Attributes inherited from Action

#begin_pos, #end_pos

Method Summary

Methods inherited from Action

#initialize, #process, #rewritten_code

Constructor Details

This class inherits a constructor from Synvert::Core::Rewriter::Action