Class AmendableAbstract

Abstract amendable class instance.

Automatically issues an amendment of any subclass upon instance construction.

Hierarchy

  • Amendable

Constructors

Methods

Constructors

Methods

  • Auto-amends this class.

    This is an implementation of autoAmend static method.

    This static method is called by amend function at most once per class instance. If not explicitly called, then it is called by class constructed when the first instance of particular class created.

    Does nothing by default.

    Parameters

    Returns void

Generated using TypeDoc