Class: Taoism::Nodes::BinaryOp
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::BinaryOp
- Defined in:
- lib/taoism/nodes.rb
Overview
── Expressions ──
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#left ⇒ Object
Returns the value of attribute left.
-
#op ⇒ Object
Returns the value of attribute op.
-
#right ⇒ Object
Returns the value of attribute right.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
29 30 31 |
# File 'lib/taoism/nodes.rb', line 29 def end @end end |
#left ⇒ Object
Returns the value of attribute left
29 30 31 |
# File 'lib/taoism/nodes.rb', line 29 def left @left end |
#op ⇒ Object
Returns the value of attribute op
29 30 31 |
# File 'lib/taoism/nodes.rb', line 29 def op @op end |
#right ⇒ Object
Returns the value of attribute right
29 30 31 |
# File 'lib/taoism/nodes.rb', line 29 def right @right end |
#start ⇒ Object
Returns the value of attribute start
29 30 31 |
# File 'lib/taoism/nodes.rb', line 29 def start @start end |