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