public interface AccessTranslator
| Modifier and Type | Method and Description |
|---|---|
CachedAccessTranslator |
getCached() |
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsGet() |
com.google.dart.compiler.backend.js.ast.JsExpression |
translateAsSet(com.google.dart.compiler.backend.js.ast.JsExpression setTo) |
@NotNull com.google.dart.compiler.backend.js.ast.JsExpression translateAsGet()
@NotNull com.google.dart.compiler.backend.js.ast.JsExpression translateAsSet(@NotNull com.google.dart.compiler.backend.js.ast.JsExpression setTo)
@NotNull CachedAccessTranslator getCached()