Method: Puppet::Pops::Model::Program#_pcore_init_hash
- Defined in:
- lib/puppet/pops/model/ast.rb
#_pcore_init_hash ⇒ Object
4530 4531 4532 4533 4534 4535 4536 |
# File 'lib/puppet/pops/model/ast.rb', line 4530 def _pcore_init_hash result = super result['body'] = @body unless @body == nil result['definitions'] = @definitions unless _pcore_type['definitions'].default_value?(@definitions) result['locator'] = @locator result end |