Class TypeAbstract

Base class of all type definitions.

Hierarchy (View Summary)

Constructors

Methods

  • Return the estimated size of the type if it was all printed on one line.

    Returns number

  • Implementation method for toString. needsParenthesis will be used to determine if the returned string should be wrapped in parenthesis.

    Returns string

  • Return a string representation of this type.

    Returns string

Properties

type: keyof Models.TypeKindMap

The type name identifier.