|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.intrinsic.functions.basic.FunctionIntrinsic
org.jetbrains.k2js.translate.intrinsic.functions.basic.CallStandardMethodIntrinsic
public final class CallStandardMethodIntrinsic
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.k2js.translate.intrinsic.functions.basic.FunctionIntrinsic |
|---|
NO_INTRINSIC |
| Constructor Summary | |
|---|---|
CallStandardMethodIntrinsic(com.google.dart.compiler.backend.js.ast.JsNameRef methodName,
boolean receiverShouldBeNotNull,
int expectedParamsNumber)
|
|
| Method Summary | |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
apply(com.google.dart.compiler.backend.js.ast.JsExpression receiver,
java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> arguments,
TranslationContext context)
|
| Methods inherited from class org.jetbrains.k2js.translate.intrinsic.functions.basic.FunctionIntrinsic |
|---|
exists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallStandardMethodIntrinsic(@NotNull
com.google.dart.compiler.backend.js.ast.JsNameRef methodName,
boolean receiverShouldBeNotNull,
int expectedParamsNumber)
| Method Detail |
|---|
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression apply(@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression receiver,
@NotNull
java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> arguments,
@NotNull
TranslationContext context)
apply in class FunctionIntrinsic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||