Package gg.jte.compiler.kotlin
Class KotlinClassCompiler
- java.lang.Object
-
- gg.jte.compiler.kotlin.KotlinClassCompiler
-
- All Implemented Interfaces:
ClassCompiler
public class KotlinClassCompiler extends java.lang.Object implements ClassCompiler
-
-
Constructor Summary
Constructors Constructor Description KotlinClassCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile(java.lang.String[] files, java.util.List<java.lang.String> classPath, gg.jte.TemplateConfig config, java.nio.file.Path classDirectory, java.util.Map<java.lang.String,gg.jte.runtime.ClassInfo> templateByClassName)
-
-
-
Method Detail
-
compile
public void compile(java.lang.String[] files, java.util.List<java.lang.String> classPath, gg.jte.TemplateConfig config, java.nio.file.Path classDirectory, java.util.Map<java.lang.String,gg.jte.runtime.ClassInfo> templateByClassName)- Specified by:
compilein interfaceClassCompiler
-
-