Class: Puppet::Pops::Model::VariableExpression

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

Overview

A Variable expression looks up value of expr (some kind of name) in scope. The expression is typically a QualifiedName, or QualifiedReference.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept