Object TockKotlinCompiler
-
- All Implemented Interfaces:
public class TockKotlinCompilerCompile a Kotlin script.
-
-
Field Summary
Fields Modifier and Type Field Description public final static TockKotlinCompilerINSTANCE
-
Method Summary
Modifier and Type Method Description final CompilationResultcompile(String script, String fileName)Compile a Kotlin script with a specified fileName. -
-
Method Detail
-
compile
final CompilationResult compile(String script, String fileName)
Compile a Kotlin script with a specified fileName.
- Returns:
the name of the file class with the compiled code
-
-
-
-