Class NamingAbstract

Naming schema is responsible for applying namespace aliases to simple names. E.g. by appending alias as prefix or suffix of the name.

Hierarchy

  • Naming

Constructors

Methods

Constructors

Methods

  • Applies the given namespace alias to the given local name.

    Parameters

    • name: string

      Local name to apply namespace alias to.

    • alias: string

      Namespace alias to apply.

    • namespace: NamespaceDef

      Aliased namespace definition.

    Returns string

    A string containing the name with alias applied to it.

  • Converts the given qualified name into simple one accordingly to this naming schema.

    Parameters

    Returns string

Generated using TypeDoc