Class: MilkTea::AST::ProcExpr
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::ProcExpr
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#return_type ⇒ Object
readonly
Returns the value of attribute return_type.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
236 237 238 |
# File 'lib/milk_tea/core/ast.rb', line 236 def body @body end |
#params ⇒ Object (readonly)
Returns the value of attribute params
236 237 238 |
# File 'lib/milk_tea/core/ast.rb', line 236 def params @params end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
236 237 238 |
# File 'lib/milk_tea/core/ast.rb', line 236 def return_type @return_type end |