|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.context.TemporaryVariable
org.jetbrains.k2js.translate.context.TemporaryConstVariable
public final class TemporaryConstVariable
| Constructor Summary | |
|---|---|
TemporaryConstVariable(com.google.dart.compiler.backend.js.ast.JsName variableName,
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
|
|
| Method Summary | |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
value()
|
| Methods inherited from class org.jetbrains.k2js.translate.context.TemporaryVariable |
|---|
assignmentExpression, name, reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporaryConstVariable(@NotNull
com.google.dart.compiler.backend.js.ast.JsName variableName,
@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
| Method Detail |
|---|
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||