Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridGeneratable<T>

base interface for a hybrid generatable (it extends all the functions of an Generatable but can also compute the result of the generated code)

Type parameters

  • T

Hierarchy

Implemented by

Index

Methods

generate

  • generate(mainFileName?: undefined | string): Array<File>

generateResult

generateValue

  • generateValue(generationId: number | undefined): T
  • generate the value that would be calculated by the generated code

    Parameters

    • generationId: number | undefined

    Returns T

Generated using TypeDoc