Class: MilkTea::SemanticAnalyzer::EqualResolution
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::EqualResolution
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#binding ⇒ Object
readonly
Returns the value of attribute binding.
-
#target_type ⇒ Object
readonly
Returns the value of attribute target_type.
Instance Attribute Details
#binding ⇒ Object (readonly)
Returns the value of attribute binding
102 103 104 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 102 def binding @binding end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
102 103 104 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 102 def target_type @target_type end |