org.jetbrains.k2js.translate.expression
Class LiteralFunctionTranslator
java.lang.Object
org.jetbrains.k2js.translate.expression.LiteralFunctionTranslator
public class LiteralFunctionTranslator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralFunctionTranslator
public LiteralFunctionTranslator()
setRootContext
public void setRootContext(@NotNull
TranslationContext rootContext)
getDeclaration
public com.google.dart.compiler.backend.js.ast.JsVars.JsVar getDeclaration()
translate
public com.google.dart.compiler.backend.js.ast.JsExpression translate(@NotNull
JetFunctionLiteralExpression declaration)
translate
public com.google.dart.compiler.backend.js.ast.JsExpression translate(@NotNull
ClassDescriptor containingClass,
@NotNull
JetClassOrObject declaration,
@NotNull
ClassDescriptor descriptor,
@NotNull
ClassTranslator classTranslator)