|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.expression.PatternTranslator
public final class PatternTranslator
| Method Summary | |
|---|---|
static PatternTranslator |
newInstance(TranslationContext context)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateExpressionForExpressionPattern(JetExpression patternExpression)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateExpressionPattern(com.google.dart.compiler.backend.js.ast.JsExpression expressionToMatch,
JetExpression patternExpression)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateIsCheck(com.google.dart.compiler.backend.js.ast.JsExpression subject,
JetTypeReference typeReference)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateIsExpression(JetIsExpression expression)
|
| Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator |
|---|
bindingContext, context, program |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static PatternTranslator newInstance(@NotNull
TranslationContext context)
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateIsExpression(@NotNull
JetIsExpression expression)
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateIsCheck(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression subject,
@NotNull
JetTypeReference typeReference)
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateExpressionPattern(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression expressionToMatch,
@NotNull
JetExpression patternExpression)
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateExpressionForExpressionPattern(@NotNull
JetExpression patternExpression)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||