Class: Carbon::Compiler::Node::Expression::Operation::And
- Inherits:
-
Carbon::Compiler::Node::Expression::Operation
- Object
- Base
- Carbon::Compiler::Node::Expression::Operation
- Carbon::Compiler::Node::Expression::Operation::And
- Defined in:
- lib/carbon/compiler/node/expression/operation/and.rb
Overview
An “And” operation. This is generated internally and cannot be redefined by defining an “And” function. This has three children: the left hand side, the operation, and the right hand side. This has the form ‘<Left> && <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