Class: MilkTea::AST::BinaryOp
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::BinaryOp
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object (readonly)
Returns the value of attribute left
226 227 228 |
# File 'lib/milk_tea/core/ast.rb', line 226 def left @left end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
226 227 228 |
# File 'lib/milk_tea/core/ast.rb', line 226 def operator @operator end |
#right ⇒ Object (readonly)
Returns the value of attribute right
226 227 228 |
# File 'lib/milk_tea/core/ast.rb', line 226 def right @right end |