Class: MilkTea::EqualResolution

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

Instance Attribute Summary collapse

Instance Attribute Details

#bindingObject (readonly)

Returns the value of attribute binding

Returns:

  • (Object)

    the current value of binding



84
85
86
# File 'lib/milk_tea/core/lowering.rb', line 84

def binding
  @binding
end

#callee_nameObject (readonly)

Returns the value of attribute callee_name

Returns:

  • (Object)

    the current value of callee_name



84
85
86
# File 'lib/milk_tea/core/lowering.rb', line 84

def callee_name
  @callee_name
end

#target_typeObject (readonly)

Returns the value of attribute target_type

Returns:

  • (Object)

    the current value of target_type



84
85
86
# File 'lib/milk_tea/core/lowering.rb', line 84

def target_type
  @target_type
end