|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.reference.CallTranslator
public final class CallTranslator
Method Summary | |
---|---|
com.google.dart.compiler.backend.js.ast.HasArguments |
createConstructorCallExpression(com.google.dart.compiler.backend.js.ast.JsExpression constructorReference)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
explicitInvokeCall()
|
com.google.dart.compiler.backend.js.ast.JsExpression |
extensionFunctionCall(boolean useThis)
|
CallParameters |
getCallParameters()
|
ResolvedCall<? extends CallableDescriptor> |
getResolvedCall()
|
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 |
---|
@NotNull public ResolvedCall<? extends CallableDescriptor> getResolvedCall()
@NotNull public CallParameters getCallParameters()
@NotNull public com.google.dart.compiler.backend.js.ast.HasArguments createConstructorCallExpression(@NotNull com.google.dart.compiler.backend.js.ast.JsExpression constructorReference)
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression explicitInvokeCall()
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression extensionFunctionCall(boolean useThis)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |