Class: MilkTea::SemanticAnalyzer::ResolvedAttributeApplication
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::ResolvedAttributeApplication
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#argument_values ⇒ Object
readonly
Returns the value of attribute argument_values.
-
#binding ⇒ Object
readonly
Returns the value of attribute binding.
Instance Attribute Details
#argument_values ⇒ Object (readonly)
Returns the value of attribute argument_values
95 96 97 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 95 def argument_values @argument_values end |
#binding ⇒ Object (readonly)
Returns the value of attribute binding
95 96 97 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 95 def binding @binding end |