Class: Puppet::Pops::Model::BooleanExpression

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

Overview

A boolean expression applies a logical connective operator (and, or) to left and right expressions.

Direct Known Subclasses

AndExpression, OrExpression

Instance Attribute Summary

Attributes inherited from BinaryExpression

#left_expr

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept