Class: MilkTea::AST::ProcType

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



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

def params
  @params
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



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

def return_type
  @return_type
end