Class: MilkTea::SemanticAnalyzer::CallableResolution
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::CallableResolution
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
97 98 99 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97 def kind @kind end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
97 98 99 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97 def receiver @receiver end |
#value ⇒ Object (readonly)
Returns the value of attribute value
97 98 99 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97 def value @value end |