Class: MilkTea::AST::StringLiteral
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::StringLiteral
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#cstring ⇒ Object
readonly
Returns the value of attribute cstring.
-
#lexeme ⇒ Object
readonly
Returns the value of attribute lexeme.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#cstring ⇒ Object (readonly)
Returns the value of attribute cstring
243 244 245 |
# File 'lib/milk_tea/core/ast.rb', line 243 def cstring @cstring end |
#lexeme ⇒ Object (readonly)
Returns the value of attribute lexeme
243 244 245 |
# File 'lib/milk_tea/core/ast.rb', line 243 def lexeme @lexeme end |
#value ⇒ Object (readonly)
Returns the value of attribute value
243 244 245 |
# File 'lib/milk_tea/core/ast.rb', line 243 def value @value end |