Class: MilkTea::IR::IntegerLiteral
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::IntegerLiteral
- 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
68 69 70 |
# File 'lib/milk_tea/core/ir.rb', line 68 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
68 69 70 |
# File 'lib/milk_tea/core/ir.rb', line 68 def value @value end |