org.jetbrains.k2js.translate.declaration
Class NamespaceDeclarationTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.declaration.NamespaceDeclarationTranslator

public final class NamespaceDeclarationTranslator
extends AbstractTranslator


Method Summary
static java.util.List<com.google.dart.compiler.backend.js.ast.JsStatement> translateFiles(java.util.Collection<JetFile> files, TranslationContext context)
           
 
Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator
bindingContext, context, program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

translateFiles

public static java.util.List<com.google.dart.compiler.backend.js.ast.JsStatement> translateFiles(@NotNull
                                                                                                 java.util.Collection<JetFile> files,
                                                                                                 @NotNull
                                                                                                 TranslationContext context)