Class: Puppet::Pops::Model::OrExpression

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

Overview

An or expression applies the logical connective operator or to the left and right expression and does not evaluate the right expression if the left expression is true

Instance Attribute Summary

Attributes inherited from BinaryExpression

#left_expr

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept