Class: MilkTea::IR::Binary
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Binary
- Defined in:
- lib/milk_tea/core/ir.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.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#left ⇒ Object (readonly)
Returns the value of attribute left
62 63 64 |
# File 'lib/milk_tea/core/ir.rb', line 62 def left @left end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
62 63 64 |
# File 'lib/milk_tea/core/ir.rb', line 62 def operator @operator end |
#right ⇒ Object (readonly)
Returns the value of attribute right
62 63 64 |
# File 'lib/milk_tea/core/ir.rb', line 62 def right @right end |
#type ⇒ Object (readonly)
Returns the value of attribute type
62 63 64 |
# File 'lib/milk_tea/core/ir.rb', line 62 def type @type end |