Class: Carbon::Compiler::Node::Definition::Function::Body
- Defined in:
- lib/carbon/compiler/node/definition/function/body.rb
Overview
The body of a function. This acts an array containing all of the statements that make up a function.
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #accept, #attributes!, #behavior?, #data, #data?, #each, #identity?, #initialize, #map!, mapping, #merge!, #type!, #update!
Constructor Details
This class inherits a constructor from Carbon::Compiler::Node::Base