class Puppet::Pops::Model::CaseExpression

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.