public final class EqualsIntrinsic extends java.lang.Object implements BinaryOperationIntrinsic
Constructor and Description |
---|
EqualsIntrinsic() |
Modifier and Type | Method and Description |
---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
apply(JetBinaryExpression expression,
com.google.dart.compiler.backend.js.ast.JsExpression left,
com.google.dart.compiler.backend.js.ast.JsExpression right,
TranslationContext context) |
boolean |
isApplicable(JetBinaryExpression expression,
TranslationContext context) |
public EqualsIntrinsic()
public boolean isApplicable(@NotNull JetBinaryExpression expression, @NotNull TranslationContext context)
isApplicable
in interface BinaryOperationIntrinsic
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression apply(@NotNull JetBinaryExpression expression, @NotNull com.google.dart.compiler.backend.js.ast.JsExpression left, @NotNull com.google.dart.compiler.backend.js.ast.JsExpression right, @NotNull TranslationContext context)
apply
in interface BinaryOperationIntrinsic