|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.js.translate.general.AbstractTranslator
org.jetbrains.kotlin.js.translate.reference.AbstractCallExpressionTranslator
org.jetbrains.kotlin.js.translate.reference.CallExpressionTranslator
public final class CallExpressionTranslator
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.js.translate.reference.AbstractCallExpressionTranslator |
---|
expression, receiver, resolvedCall |
Method Summary | |
---|---|
static boolean |
shouldBeInlined(CallableDescriptor descriptor)
|
static boolean |
shouldBeInlined(KtCallExpression expression,
TranslationContext context)
|
static JsNode |
translate(KtCallExpression expression,
JsExpression receiver,
TranslationContext context)
|
Methods inherited from class org.jetbrains.kotlin.js.translate.general.AbstractTranslator |
---|
bindingContext, context, namer, program |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public static JsNode translate(@NotNull KtCallExpression expression, @Nullable JsExpression receiver, @NotNull TranslationContext context)
public static boolean shouldBeInlined(@NotNull KtCallExpression expression, @NotNull TranslationContext context)
public static boolean shouldBeInlined(@NotNull CallableDescriptor descriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |