org.partiql.pig.templates.kotlin-cross-domain-transform.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pig Show documentation
Show all versions of pig Show documentation
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 /]