public class KotlinCodegenFacade extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
compileCorrectFiles(GenerationState state,
CompilationErrorHandler errorHandler) |
static void |
generateNamespace(GenerationState state,
FqName fqName,
java.util.Collection<JetFile> jetFiles,
CompilationErrorHandler errorHandler) |
public static void compileCorrectFiles(@NotNull GenerationState state, @NotNull CompilationErrorHandler errorHandler)
public static void generateNamespace(@NotNull GenerationState state, @NotNull FqName fqName, @NotNull java.util.Collection<JetFile> jetFiles, @NotNull CompilationErrorHandler errorHandler)