Class: Puppet::Pops::Model::CaseExpression

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

Overview

A case expression has a test, a list of options (multi values => block map). One CaseOption may contain a LiteralDefault as value. This option will be picked if nothing else matched.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept