org.jetbrains.k2js.translate.context
Class TemporaryConstVariable

java.lang.Object
  extended by org.jetbrains.k2js.translate.context.TemporaryVariable
      extended by org.jetbrains.k2js.translate.context.TemporaryConstVariable

public final class TemporaryConstVariable
extends TemporaryVariable


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

TemporaryConstVariable

public TemporaryConstVariable(@NotNull
                              com.google.dart.compiler.backend.js.ast.JsName variableName,
                              @NotNull
                              com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
Method Detail

value

@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression value()