Class: MilkTea::SemanticAnalyzer::InterfaceMethodBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::InterfaceMethodBinding
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
readonly
Returns the value of attribute ast.
-
#async ⇒ Object
readonly
Returns the value of attribute async.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#return_type ⇒ Object
readonly
Returns the value of attribute return_type.
Instance Attribute Details
#ast ⇒ Object (readonly)
Returns the value of attribute ast
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def ast @ast end |
#async ⇒ Object (readonly)
Returns the value of attribute async
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def async @async end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def name @name end |
#params ⇒ Object (readonly)
Returns the value of attribute params
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def params @params end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
65 66 67 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65 def return_type @return_type end |