org.jetbrains.k2js.translate.utils
Class FunctionBodyTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.utils.FunctionBodyTranslator

public final class FunctionBodyTranslator
extends AbstractTranslator


Method Summary
static com.google.dart.compiler.backend.js.ast.JsBlock translateFunctionBody(FunctionDescriptor descriptor, JetDeclarationWithBody declarationWithBody, TranslationContext functionBodyContext)
           
 
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

translateFunctionBody

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsBlock translateFunctionBody(@NotNull
                                                                                            FunctionDescriptor descriptor,
                                                                                            @NotNull
                                                                                            JetDeclarationWithBody declarationWithBody,
                                                                                            @NotNull
                                                                                            TranslationContext functionBodyContext)