Class: MilkTea::SemanticAnalyzer::DefaultResolution
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::DefaultResolution
- 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
100 101 102 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 100 def binding @binding end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
100 101 102 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 100 def target_type @target_type end |