Class: MilkTea::SemanticAnalyzer::EqualResolution

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

Instance Attribute Summary collapse

Instance Attribute Details

#bindingObject (readonly)

Returns the value of attribute binding

Returns:

  • (Object)

    the current value of binding



102
103
104
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 102

def binding
  @binding
end

#target_typeObject (readonly)

Returns the value of attribute target_type

Returns:

  • (Object)

    the current value of target_type



102
103
104
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 102

def target_type
  @target_type
end