Class: MilkTea::ControlFlow::DefiniteAssignment::ReadBeforeAssignment
- Inherits:
-
Data
- Object
- Data
- MilkTea::ControlFlow::DefiniteAssignment::ReadBeforeAssignment
- Defined in:
- lib/milk_tea/core/control_flow/definite_assignment.rb
Instance Attribute Summary collapse
-
#binding_key ⇒ Object
readonly
Returns the value of attribute binding_key.
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#length ⇒ Object
readonly
Returns the value of attribute length.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#node_id ⇒ Object
readonly
Returns the value of attribute node_id.
Instance Attribute Details
#binding_key ⇒ Object (readonly)
Returns the value of attribute binding_key
6 7 8 |
# File 'lib/milk_tea/core/control_flow/definite_assignment.rb', line 6 def binding_key @binding_key end |
#column ⇒ Object (readonly)
Returns the value of attribute column
6 7 8 |
# File 'lib/milk_tea/core/control_flow/definite_assignment.rb', line 6 def column @column end |
#length ⇒ Object (readonly)
Returns the value of attribute length
6 7 8 |
# File 'lib/milk_tea/core/control_flow/definite_assignment.rb', line 6 def length @length end |
#line ⇒ Object (readonly)
Returns the value of attribute line
6 7 8 |
# File 'lib/milk_tea/core/control_flow/definite_assignment.rb', line 6 def line @line end |
#node_id ⇒ Object (readonly)
Returns the value of attribute node_id
6 7 8 |
# File 'lib/milk_tea/core/control_flow/definite_assignment.rb', line 6 def node_id @node_id end |