Class: MilkTea::IR::Unary
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Unary
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#operand ⇒ Object
readonly
Returns the value of attribute operand.
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#operand ⇒ Object (readonly)
Returns the value of attribute operand
61 62 63 |
# File 'lib/milk_tea/core/ir.rb', line 61 def operand @operand end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
61 62 63 |
# File 'lib/milk_tea/core/ir.rb', line 61 def operator @operator end |
#type ⇒ Object (readonly)
Returns the value of attribute type
61 62 63 |
# File 'lib/milk_tea/core/ir.rb', line 61 def type @type end |