Class: Puppet::Pops::Model::TextExpression

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

Overview

A text expression is an interpolation of an expression. If the embedded expression is a QualifiedName, it is taken as a variable name and resolved. All other expressions are evaluated. The result is transformed to a string.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept