public final class InlinedCallExpressionTranslator extends AbstractCallExpressionTranslator
callType, expression, receiver, resolvedCall
Modifier and Type | Method and Description |
---|---|
static boolean |
shouldBeInlined(JetCallExpression expression,
TranslationContext context) |
boolean |
shouldWrapVarargInArray() |
static com.google.dart.compiler.backend.js.ast.JsExpression |
translate(JetCallExpression expression,
com.google.dart.compiler.backend.js.ast.JsExpression receiver,
CallType callType,
TranslationContext context) |
translateSingleArgument
bindingContext, context, program
public static boolean shouldBeInlined(@NotNull JetCallExpression expression, @NotNull TranslationContext context)
@NotNull public static com.google.dart.compiler.backend.js.ast.JsExpression translate(@NotNull JetCallExpression expression, @Nullable com.google.dart.compiler.backend.js.ast.JsExpression receiver, @NotNull CallType callType, @NotNull TranslationContext context)
public boolean shouldWrapVarargInArray()
shouldWrapVarargInArray
in class AbstractCallExpressionTranslator