Class: MilkTea::SemanticAnalyzer::BindingResolution
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::BindingResolution
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#binding_types ⇒ Object
readonly
Returns the value of attribute binding_types.
-
#declaration_binding_ids ⇒ Object
readonly
Returns the value of attribute declaration_binding_ids.
-
#editable_receiver_expression_ids ⇒ Object
readonly
Returns the value of attribute editable_receiver_expression_ids.
-
#identifier_binding_ids ⇒ Object
readonly
Returns the value of attribute identifier_binding_ids.
-
#mutable_lvalue_argument_identifier_ids ⇒ Object
readonly
Returns the value of attribute mutable_lvalue_argument_identifier_ids.
-
#mutating_argument_identifier_ids ⇒ Object
readonly
Returns the value of attribute mutating_argument_identifier_ids.
Instance Attribute Details
#binding_types ⇒ Object (readonly)
Returns the value of attribute binding_types
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def binding_types @binding_types end |
#declaration_binding_ids ⇒ Object (readonly)
Returns the value of attribute declaration_binding_ids
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def declaration_binding_ids @declaration_binding_ids end |
#editable_receiver_expression_ids ⇒ Object (readonly)
Returns the value of attribute editable_receiver_expression_ids
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def editable_receiver_expression_ids @editable_receiver_expression_ids end |
#identifier_binding_ids ⇒ Object (readonly)
Returns the value of attribute identifier_binding_ids
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def identifier_binding_ids @identifier_binding_ids end |
#mutable_lvalue_argument_identifier_ids ⇒ Object (readonly)
Returns the value of attribute mutable_lvalue_argument_identifier_ids
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def mutable_lvalue_argument_identifier_ids @mutable_lvalue_argument_identifier_ids end |
#mutating_argument_identifier_ids ⇒ Object (readonly)
Returns the value of attribute mutating_argument_identifier_ids
57 58 59 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 57 def mutating_argument_identifier_ids @mutating_argument_identifier_ids end |