Hierarchy (View Summary)

Constructors

Methods

  • Parameters

    • result: string
    • level: number

    Returns string

  • This function should be used by other services, instead of using type.getName(). This enables to customize the printing of type names by overriding only this implementation.

    Parameters

    • type: Type

      the type to print

    Returns string

    the name of the given type

  • This function should be used by other services, instead of using type.getUserRepresentation(). This enables to customize the printing of type names by overriding only this implementation.

    Parameters

    • type: Type

      the type to print

    Returns string

    the user representation of the given type