org.jetbrains.k2js.translate.context
Class TemporaryVariable

java.lang.Object
  extended by org.jetbrains.k2js.translate.context.TemporaryVariable
Direct Known Subclasses:
TemporaryConstVariable

public class TemporaryVariable
extends java.lang.Object


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

TemporaryVariable

protected TemporaryVariable(@NotNull
                            com.google.dart.compiler.backend.js.ast.JsName temporaryName,
                            @Nullable
                            com.google.dart.compiler.backend.js.ast.JsExpression assignmentExpression)
Method Detail

reference

@NotNull
public com.google.dart.compiler.backend.js.ast.JsNameRef reference()

name

@NotNull
public com.google.dart.compiler.backend.js.ast.JsName name()

assignmentExpression

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