Class: MilkTea::AST::FunctionType

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

Instance Attribute Summary collapse

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



43
44
45
# File 'lib/milk_tea/core/ast.rb', line 43

def params
  @params
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



43
44
45
# File 'lib/milk_tea/core/ast.rb', line 43

def return_type
  @return_type
end