Class: Carbon::Compiler::Node::Expression::Operation::Normal
- Inherits:
-
Carbon::Compiler::Node::Expression::Operation
- Object
- Base
- Carbon::Compiler::Node::Expression::Operation
- Carbon::Compiler::Node::Expression::Operation::Normal
- Defined in:
- lib/carbon/compiler/node/expression/operation/normal.rb
Overview
A normal operation. This is redefined into a Call::Dispatch in order to turn all operations into function calls. This has three children: the left hand side, the operation, and the right hand side. This takes the form ‘<Left> <Op> <Right>`.
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