Class Puppet::Parser::AST::Leaf
In: lib/puppet/parser/ast/leaf.rb
Parent: AST

The base class for all of the leaves of the parse trees. These basically just have types and values. Both of these parameters are simple values, not AST objects.

Methods

evaluate   evaluate_match   match   to_s  

Attributes

type  [RW] 
value  [RW] 

Public Instance methods

Return our value.

[Validate]