Class: Puppet::Pops::Model::AndExpression

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

Overview

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

Instance Attribute Summary

Attributes inherited from BinaryExpression

#left_expr

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept