Class: Prism::Merge::BeginNodeMergePlanner::Step
- Inherits:
-
Struct
- Object
- Struct
- Prism::Merge::BeginNodeMergePlanner::Step
- Defined in:
- lib/prism/merge/begin_node_merge_planner.rb
Instance Attribute Summary collapse
-
#body_text ⇒ Object
Returns the value of attribute body_text.
-
#clause_type ⇒ Object
Returns the value of attribute clause_type.
-
#copied_analysis_side ⇒ Object
Returns the value of attribute copied_analysis_side.
-
#copied_region ⇒ Object
Returns the value of attribute copied_region.
-
#dest_clause_node ⇒ Object
Returns the value of attribute dest_clause_node.
-
#dest_region ⇒ Object
Returns the value of attribute dest_region.
-
#header_source ⇒ Object
Returns the value of attribute header_source.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#template_clause_node ⇒ Object
Returns the value of attribute template_clause_node.
-
#template_region ⇒ Object
Returns the value of attribute template_region.
-
#trailing_suffix_text ⇒ Object
Returns the value of attribute trailing_suffix_text.
Instance Attribute Details
#body_text ⇒ Object
Returns the value of attribute body_text
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def body_text @body_text end |
#clause_type ⇒ Object
Returns the value of attribute clause_type
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def clause_type @clause_type end |
#copied_analysis_side ⇒ Object
Returns the value of attribute copied_analysis_side
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def copied_analysis_side @copied_analysis_side end |
#copied_region ⇒ Object
Returns the value of attribute copied_region
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def copied_region @copied_region end |
#dest_clause_node ⇒ Object
Returns the value of attribute dest_clause_node
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def dest_clause_node @dest_clause_node end |
#dest_region ⇒ Object
Returns the value of attribute dest_region
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def dest_region @dest_region end |
#header_source ⇒ Object
Returns the value of attribute header_source
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def header_source @header_source end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def kind @kind end |
#template_clause_node ⇒ Object
Returns the value of attribute template_clause_node
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def template_clause_node @template_clause_node end |
#template_region ⇒ Object
Returns the value of attribute template_region
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def template_region @template_region end |
#trailing_suffix_text ⇒ Object
Returns the value of attribute trailing_suffix_text
6 7 8 |
# File 'lib/prism/merge/begin_node_merge_planner.rb', line 6 def trailing_suffix_text @trailing_suffix_text end |