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