Class: MilkTea::AST::Specialization

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



222
223
224
# File 'lib/milk_tea/core/ast.rb', line 222

def arguments
  @arguments
end

#calleeObject (readonly)

Returns the value of attribute callee

Returns:

  • (Object)

    the current value of callee



222
223
224
# File 'lib/milk_tea/core/ast.rb', line 222

def callee
  @callee
end