Class: MilkTea::ControlFlow::Node
- Inherits:
-
Struct
- Object
- Struct
- MilkTea::ControlFlow::Node
- Defined in:
- lib/milk_tea/core/control_flow.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
-
#preds ⇒ Object
Returns the value of attribute preds.
-
#reads ⇒ Object
Returns the value of attribute reads.
-
#reads_info ⇒ Object
Returns the value of attribute reads_info.
-
#statement ⇒ Object
Returns the value of attribute statement.
-
#succs ⇒ Object
Returns the value of attribute succs.
-
#writes ⇒ Object
Returns the value of attribute writes.
-
#writes_info ⇒ Object
Returns the value of attribute writes_info.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def line @line end |
#preds ⇒ Object
Returns the value of attribute preds
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def preds @preds end |
#reads ⇒ Object
Returns the value of attribute reads
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def reads @reads end |
#reads_info ⇒ Object
Returns the value of attribute reads_info
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def reads_info @reads_info end |
#statement ⇒ Object
Returns the value of attribute statement
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def statement @statement end |
#succs ⇒ Object
Returns the value of attribute succs
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def succs @succs end |
#writes ⇒ Object
Returns the value of attribute writes
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def writes @writes end |
#writes_info ⇒ Object
Returns the value of attribute writes_info
20 21 22 |
# File 'lib/milk_tea/core/control_flow.rb', line 20 def writes_info @writes_info end |