Class: MilkTea::SemanticAnalyzer::TypeParamConstraintBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::TypeParamConstraintBinding
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#interfaces ⇒ Object
readonly
Returns the value of attribute interfaces.
Instance Method Summary collapse
-
#initialize(interfaces: []) ⇒ TypeParamConstraintBinding
constructor
A new instance of TypeParamConstraintBinding.
Constructor Details
#initialize(interfaces: []) ⇒ TypeParamConstraintBinding
Returns a new instance of TypeParamConstraintBinding.
98 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 98 def initialize(interfaces: []) = super |
Instance Attribute Details
#interfaces ⇒ Object (readonly)
Returns the value of attribute interfaces
97 98 99 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 97 def interfaces @interfaces end |