Class: Carbon::Compiler::Node::Expression::Operation
- Defined in:
- lib/carbon/compiler/node/expression/operation.rb,
lib/carbon/compiler/node/expression/operation/or.rb,
lib/carbon/compiler/node/expression/operation/and.rb,
lib/carbon/compiler/node/expression/operation/neq.rb,
lib/carbon/compiler/node/expression/operation/normal.rb
Overview
An operation. This is just the superclass for the potential operations.
Defined Under Namespace
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