|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.context.TemporaryVariable
public class TemporaryVariable
| Constructor Summary | |
|---|---|
protected |
TemporaryVariable(com.google.dart.compiler.backend.js.ast.JsName temporaryName,
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TemporaryVariable(@NotNull
com.google.dart.compiler.backend.js.ast.JsName temporaryName,
@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
| Method Detail |
|---|
@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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||