org.jetbrains.k2js.translate.declaration
Class DefineInvocation

java.lang.Object
  extended by org.jetbrains.k2js.translate.declaration.DefineInvocation

public class DefineInvocation
extends java.lang.Object


Method Summary
 java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> asList()
           
 com.google.dart.compiler.backend.js.ast.JsExpression getInitializer()
           
 java.util.List<com.google.dart.compiler.backend.js.ast.JsPropertyInitializer> getMembers()
           
 void setInitializer(com.google.dart.compiler.backend.js.ast.JsExpression initializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInitializer

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

setInitializer

public void setInitializer(@NotNull
                           com.google.dart.compiler.backend.js.ast.JsExpression initializer)

getMembers

@NotNull
public java.util.List<com.google.dart.compiler.backend.js.ast.JsPropertyInitializer> getMembers()

asList

@NotNull
public java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> asList()