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