Class: MilkTea::AST::StringLiteral

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cstringObject (readonly)

Returns the value of attribute cstring

Returns:

  • (Object)

    the current value of cstring



243
244
245
# File 'lib/milk_tea/core/ast.rb', line 243

def cstring
  @cstring
end

#lexemeObject (readonly)

Returns the value of attribute lexeme

Returns:

  • (Object)

    the current value of lexeme



243
244
245
# File 'lib/milk_tea/core/ast.rb', line 243

def lexeme
  @lexeme
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



243
244
245
# File 'lib/milk_tea/core/ast.rb', line 243

def value
  @value
end