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