Class: Termular::AST::Binary
Direct Known Subclasses
Add, Divide, GreaterThan, GreaterThanEqual, LessThan, LessThanEqual, Multiply, Power, Subtract
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Termular::AST::Base
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left.
12 13 14 |
# File 'lib/termular/parser.rb', line 12 def left @left end |
#right ⇒ Object
Returns the value of attribute right.
12 13 14 |
# File 'lib/termular/parser.rb', line 12 def right @right end |