org.jetbrains.kotlin.codegen
Class KotlinCodegenFacade
java.lang.Object
org.jetbrains.kotlin.codegen.KotlinCodegenFacade
public class KotlinCodegenFacade
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compileCorrectFiles
public static void compileCorrectFiles(@NotNull
GenerationState state,
@NotNull
CompilationErrorHandler errorHandler)
doGenerateFiles
public static void doGenerateFiles(@NotNull
java.util.Collection<KtFile> files,
@NotNull
GenerationState state,
@NotNull
CompilationErrorHandler errorHandler)
generatePackage
public static void generatePackage(@NotNull
GenerationState state,
@NotNull
FqName packageFqName,
@NotNull
java.util.Collection<KtFile> jetFiles,
@NotNull
CompilationErrorHandler errorHandler)