Class: MilkTea::AST::IntegerLiteral

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

Instance Attribute Summary collapse

Instance Attribute Details

#lexemeObject (readonly)

Returns the value of attribute lexeme

Returns:

  • (Object)

    the current value of lexeme



241
242
243
# File 'lib/milk_tea/core/ast.rb', line 241

def lexeme
  @lexeme
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



241
242
243
# File 'lib/milk_tea/core/ast.rb', line 241

def value
  @value
end