org.jetbrains.k2js.translate.expression
Class PatternTranslator
java.lang.Object
org.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.expression.PatternTranslator
public final class PatternTranslator
- extends AbstractTranslator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
@NotNull
public static PatternTranslator newInstance(@NotNull
TranslationContext context)
translateIsExpression
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateIsExpression(@NotNull
JetIsExpression expression)
translateIsCheck
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateIsCheck(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression subject,
@NotNull
JetTypeReference typeReference)
translateExpressionPattern
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateExpressionPattern(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression expressionToMatch,
@NotNull
JetExpression patternExpression)
translateExpressionForExpressionPattern
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateExpressionForExpressionPattern(@NotNull
JetExpression patternExpression)