Method: Puppet::Pops::Types::TypeParser#interpret_TypeAlias

Defined in:
lib/puppet/pops/types/type_parser.rb

#interpret_TypeAlias(o, context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



78
79
80
# File 'lib/puppet/pops/types/type_parser.rb', line 78

def interpret_TypeAlias(o, context)
  Loader::TypeDefinitionInstantiator.create_type(o.name, o.type_expr, Pcore::RUNTIME_NAME_AUTHORITY).resolve(loader_from_context(o, context))
end