Class: Puppet::Pops::Model::ConcatenatedString

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

Overview

An interpolated/concatenated string. The contained segments are expressions. Verbatim sections should be LiteralString instances, and interpolated expressions should either be TextExpression instances (if QualifiedNames should be turned into variables), or any other expression if such treatment is not needed.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept