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
70 71 72 |
# File 'lib/milk_tea/core/ir.rb', line 70 def cstring @cstring end |
#type ⇒ Object (readonly)
Returns the value of attribute type
70 71 72 |
# File 'lib/milk_tea/core/ir.rb', line 70 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
70 71 72 |
# File 'lib/milk_tea/core/ir.rb', line 70 def value @value end |