Class: Puppet::Pops::Model::BinaryExpression

Inherits:
Expression show all
Defined in:
lib/puppet/pops/model/model.rb

Overview

A binary expression is abstract and has a left and a right expression. The order of evaluation and semantics are determined by the concrete subclass.

Instance Attribute Summary collapse

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept

Instance Attribute Details

#left_exprExpression

Returns:



70
# File 'lib/puppet/pops/model/model.rb', line 70

contains_one_uni 'left_expr', Expression, :lowerBound => 1