Class: Carbon::Compiler::Node::Expression::Call::Parameters

Inherits:
Base
  • Object
show all
Defined in:
lib/carbon/compiler/node/expression/call/parameters.rb

Overview

The arguments to the call. This may be turned into a pure array in later versions.

Instance Attribute Summary

Attributes inherited from Base

#children, #location

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