public abstract class FunctionIntrinsic extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FunctionIntrinsic |
NO_INTRINSIC |
Constructor and Description |
---|
FunctionIntrinsic() |
Modifier and Type | Method and Description |
---|---|
abstract 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) |
boolean |
exists() |
@NotNull public static final FunctionIntrinsic NO_INTRINSIC
public FunctionIntrinsic()
@NotNull public abstract 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)
public boolean exists()