class Puppet::Pops::Model::LiteralUndef

Public Class Methods

_pcore_type() click to toggle source
     # File lib/puppet/pops/model/ast.rb
3393 def self._pcore_type
3394   @_pcore_type ||= Types::PObjectType.new('Puppet::AST::LiteralUndef', {
3395     'parent' => Literal._pcore_type
3396   })
3397 end