Class: Carbon::Compiler::Node::Statement::Finally
- Defined in:
- lib/carbon/compiler/node/statement/finally.rb
Overview
A Finally statement. This is used in try/catch/finally constructs for exception handling. This has one child: the body to execute. This takes the form of ‘finally <Body>`.
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