registerAlias

fun registerAlias(name: String, alias: String)

Given a name, register an alias for it.

Parameters

name

the canonical name

alias

the alias to be registered

Throws

if the alias is already in use and may not be overridden