public final class TemporaryConstVariable extends TemporaryVariable
| Constructor and Description |
|---|
TemporaryConstVariable(com.google.dart.compiler.backend.js.ast.JsName variableName,
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression) |
| Modifier and Type | Method and Description |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
value() |
assignmentExpression, name, referencepublic TemporaryConstVariable(@NotNull com.google.dart.compiler.backend.js.ast.JsName variableName, @NotNull com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression value()