Class: Synvert::Core::Rewriter::PrependAction

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

Overview

PrependAction to prepend code to the top of node body.

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