Class: Puppet::Pops::Model::HeredocExpression

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

Overview

A heredoc is a wrapper around a LiteralString or a ConcatenatedStringExpression with a specification of syntax. The expectation is that “syntax” has meaning to a validator. A syntax of nil or ” means “unspecified syntax”.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept