org.jetbrains.k2js.translate.reference
Class KotlinPropertyAccessTranslator
java.lang.Object
org.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.reference.PropertyAccessTranslator
org.jetbrains.k2js.translate.reference.KotlinPropertyAccessTranslator
- All Implemented Interfaces:
- AccessTranslator
public final class KotlinPropertyAccessTranslator
- extends PropertyAccessTranslator
For properies /w accessors.
Method Summary |
CachedAccessTranslator |
getCached()
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsGet()
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsGet(com.google.dart.compiler.backend.js.ast.JsExpression receiver)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsSet(com.google.dart.compiler.backend.js.ast.JsExpression toSetTo)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsSet(com.google.dart.compiler.backend.js.ast.JsExpression receiver,
com.google.dart.compiler.backend.js.ast.JsExpression toSetTo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
translateAsGet
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateAsGet()
translateAsGet
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateAsGet(@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression receiver)
- Specified by:
translateAsGet
in class PropertyAccessTranslator
translateAsSet
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateAsSet(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression toSetTo)
translateAsSet
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translateAsSet(@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression receiver,
@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression toSetTo)
- Specified by:
translateAsSet
in class PropertyAccessTranslator
getCached
@NotNull
public CachedAccessTranslator getCached()