|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.KotlinCodegenFacade
public class KotlinCodegenFacade
Method Summary | |
---|---|
static void |
compileCorrectFiles(GenerationState state,
CompilationErrorHandler errorHandler)
|
static void |
generatePackage(GenerationState state,
FqName fqName,
java.util.Collection<JetFile> jetFiles,
CompilationErrorHandler errorHandler)
|
static void |
prepareForCompilation(GenerationState state)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void prepareForCompilation(@NotNull GenerationState state)
public static void compileCorrectFiles(@NotNull GenerationState state, @NotNull CompilationErrorHandler errorHandler)
public static void generatePackage(@NotNull GenerationState state, @NotNull FqName fqName, @NotNull java.util.Collection<JetFile> jetFiles, @NotNull CompilationErrorHandler errorHandler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |