|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.js.translate.intrinsic.functions.basic.FunctionIntrinsic
public abstract class FunctionIntrinsic
Base for intrinsics that substitute standard function calls like Int#plus, Float#minus ... etc
| Nested Class Summary | |
|---|---|
static class |
FunctionIntrinsic.CallParametersAwareFunctionIntrinsic
|
| Field Summary | |
|---|---|
static FunctionIntrinsic |
NO_INTRINSIC
|
| Constructor Summary | |
|---|---|
FunctionIntrinsic()
|
|
| Method Summary | |
|---|---|
JsExpression |
apply(CallInfo callInfo,
java.util.List<JsExpression> arguments,
TranslationContext context)
|
boolean |
exists()
|
protected static JsExpression |
getThisOrReceiverOrNull(CallInfo callInfo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NotNull public static final FunctionIntrinsic NO_INTRINSIC
| Constructor Detail |
|---|
public FunctionIntrinsic()
| Method Detail |
|---|
@Nullable
protected static JsExpression getThisOrReceiverOrNull(@NotNull
CallInfo callInfo)
@NotNull
public JsExpression apply(@NotNull
CallInfo callInfo,
@NotNull
java.util.List<JsExpression> arguments,
@NotNull
TranslationContext context)
public boolean exists()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||