Class: MilkTea::SemanticAnalyzer::CallableResolution

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



97
98
99
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97

def kind
  @kind
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



97
98
99
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97

def receiver
  @receiver
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



97
98
99
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97

def value
  @value
end