All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.partiql.pig.templates.kotlin-cross-domain-transform.ftl Maven / Gradle / Ivy

Go to download

The P.I.G. is a code generator for domain models such ASTs and execution plans.

The newest version!
[#---------------------------------------------------------------------------------------------------

  This file is the entry point template that generates all of the
  ToVisitorTransform.generated.kt files.

-----------------------------------------------------------------------------------------------------]

[#-- include the #macro definitions that we need below. --]
[#include "kotlin-visitor-transform.ftl"]


[#-- emits the standard header for all of our generated files--]
[#include "kotlin-header.ftl"]

[@visitor_transform_class
    "${transform.sourceDomainDifference.kotlinName}To${transform.destDomainKotlinName}VisitorTransform"
    transform.sourceDomainDifference
    transform.destDomainKotlinName /]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy