org.jetbrains.k2js.translate.expression
Class TryTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.expression.TryTranslator

public final class TryTranslator
extends AbstractTranslator


Method Summary
static com.google.dart.compiler.backend.js.ast.JsTry translate(JetTryExpression expression, 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

translate

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsTry translate(@NotNull
                                                                              JetTryExpression expression,
                                                                              @NotNull
                                                                              TranslationContext context)