org.jetbrains.k2js.translate.declaration
Class PropertyTranslator
java.lang.Object
org.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.declaration.PropertyTranslator
public final class PropertyTranslator
- extends AbstractTranslator
Translates single property /w accessors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
translateAccessors
public static void translateAccessors(@NotNull
PropertyDescriptor descriptor,
@NotNull
java.util.List<com.google.dart.compiler.backend.js.ast.JsPropertyInitializer> result,
@NotNull
TranslationContext context)
translateAccessors
public static void translateAccessors(@NotNull
PropertyDescriptor descriptor,
@Nullable
JetProperty declaration,
@NotNull
java.util.List<com.google.dart.compiler.backend.js.ast.JsPropertyInitializer> result,
@NotNull
TranslationContext context)