public class TemporaryVariable extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TemporaryVariable(com.google.dart.compiler.backend.js.ast.JsName temporaryName,
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression) |
| Modifier and Type | Method and Description |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
assignmentExpression() |
com.google.dart.compiler.backend.js.ast.JsName |
name() |
com.google.dart.compiler.backend.js.ast.JsNameRef |
reference() |
protected TemporaryVariable(@NotNull com.google.dart.compiler.backend.js.ast.JsName temporaryName, @Nullable com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
@NotNull public com.google.dart.compiler.backend.js.ast.JsNameRef reference()
@NotNull public com.google.dart.compiler.backend.js.ast.JsName name()
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression()