Class: Carbon::Compiler::Node::Expression::Operation

Inherits:
Base
  • Object
show all
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.

Direct Known Subclasses

And, Neq, Normal, Or

Defined Under Namespace

Classes: And, Neq, Normal, Or

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