Class: MilkTea::ControlFlow::BindingResolution

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

Instance Attribute Summary collapse

Instance Attribute Details

#declaration_binding_idsObject (readonly)

Returns the value of attribute declaration_binding_ids

Returns:

  • (Object)

    the current value of declaration_binding_ids



17
18
19
# File 'lib/milk_tea/core/control_flow.rb', line 17

def declaration_binding_ids
  @declaration_binding_ids
end

#identifier_binding_idsObject (readonly)

Returns the value of attribute identifier_binding_ids

Returns:

  • (Object)

    the current value of identifier_binding_ids



17
18
19
# File 'lib/milk_tea/core/control_flow.rb', line 17

def identifier_binding_ids
  @identifier_binding_ids
end

#mutating_argument_identifier_idsObject (readonly)

Returns the value of attribute mutating_argument_identifier_ids

Returns:

  • (Object)

    the current value of mutating_argument_identifier_ids



17
18
19
# File 'lib/milk_tea/core/control_flow.rb', line 17

def mutating_argument_identifier_ids
  @mutating_argument_identifier_ids
end