Class: Gemite::AST::BinaryOp
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::BinaryOp
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#op ⇒ Object
Returns the value of attribute op.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
16 17 18 |
# File 'lib/gemite/ast.rb', line 16 def left @left end |
#op ⇒ Object
Returns the value of attribute op
16 17 18 |
# File 'lib/gemite/ast.rb', line 16 def op @op end |
#right ⇒ Object
Returns the value of attribute right
16 17 18 |
# File 'lib/gemite/ast.rb', line 16 def right @right end |