Class: Carbon::Compiler::Node::Expression::Call::Module
- Defined in:
- lib/carbon/compiler/node/expression/call/module.rb
Overview
A basic module call. This is the most basic version of a call. This takes the form ‘<ModuleName>.<Name>(<Arguments>)`. This has three children: the module name, the name of the function, and the arguments.
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