org.jetbrains.jet.codegen
Class KotlinCodegenFacade

java.lang.Object
  extended by org.jetbrains.jet.codegen.KotlinCodegenFacade

public class KotlinCodegenFacade
extends java.lang.Object


Method Summary
static void compileCorrectFiles(GenerationState state, CompilationErrorHandler errorHandler)
           
static void generateNamespace(GenerationState state, FqName fqName, java.util.Collection<JetFile> jetFiles, CompilationErrorHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compileCorrectFiles

public static void compileCorrectFiles(@NotNull
                                       GenerationState state,
                                       @NotNull
                                       CompilationErrorHandler errorHandler)

generateNamespace

public static void generateNamespace(@NotNull
                                     GenerationState state,
                                     @NotNull
                                     FqName fqName,
                                     @NotNull
                                     java.util.Collection<JetFile> jetFiles,
                                     @NotNull
                                     CompilationErrorHandler errorHandler)