|
|||||||||
| 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.foreach.ForTranslator
public abstract class ForTranslator
| Field Summary | |
|---|---|
protected JetForExpression |
expression
|
protected JetMultiDeclaration |
multiParameter
|
protected JsName |
parameterName
|
| Constructor Summary | |
|---|---|
protected |
ForTranslator(JetForExpression forExpression,
TranslationContext context)
|
| Method Summary | |
|---|---|
static JsStatement |
translate(JetForExpression expression,
TranslationContext context)
|
protected JsStatement |
translateBody(JsExpression itemValue)
|
| 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 |
| Field Detail |
|---|
@NotNull protected final JetForExpression expression
@NotNull protected final JsName parameterName
@Nullable protected final JetMultiDeclaration multiParameter
| Constructor Detail |
|---|
protected ForTranslator(@NotNull
JetForExpression forExpression,
@NotNull
TranslationContext context)
| Method Detail |
|---|
@NotNull
public static JsStatement translate(@NotNull
JetForExpression expression,
@NotNull
TranslationContext context)
@NotNull
protected JsStatement translateBody(@Nullable
JsExpression itemValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||