Class Puppet::Parser::AST::ResourceReference
In: lib/puppet/parser/ast/resource_reference.rb
Parent: AST::Branch

A reference to an object. Only valid as an rvalue.

Methods

Attributes

title  [RW] 
type  [RW] 

Public Instance methods

Is the type a builtin type?

Evaluate our object, but just return a simple array of the type and name.

Look up a fully qualified class name.

Look up a fully-qualified type. This method is also used in AST::Resource.

[Validate]