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.
type | [RW] | |
value | [RW] |