Class TransformerWithDefaultAndContext<ContextT, T>

Transform the instances of the model in context.

Remarks

If you do not override the transformation methods, they simply return defaultResult.

Type Parameters

  • ContextT

    type of the visitation context

  • T

    type of the transformation result

Hierarchy

Constructors

Properties

defaultResult: T

Default value which is returned if no override of the transformation

Methods

Generated using TypeDoc