|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.js.translate.initializer.InitializerUtils
public final class InitializerUtils
Method Summary | |
---|---|
static JsStatement |
generateInitializerForDelegate(TranslationContext context,
KtProperty property)
|
static JsStatement |
generateInitializerForProperty(TranslationContext context,
PropertyDescriptor descriptor,
JsExpression value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public static JsStatement generateInitializerForProperty(@NotNull TranslationContext context, @NotNull PropertyDescriptor descriptor, @NotNull JsExpression value)
@Nullable public static JsStatement generateInitializerForDelegate(@NotNull TranslationContext context, @NotNull KtProperty property)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |