|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.intrinsic.operation.CompareToInstrinsic
public final class CompareToInstrinsic
| Constructor Summary | |
|---|---|
CompareToInstrinsic()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompareToInstrinsic()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||