org.jetbrains.k2js.translate.reference
Interface CallType.CallConstructor

Enclosing class:
CallType

public static interface CallType.CallConstructor


Method Summary
 com.google.dart.compiler.backend.js.ast.JsExpression construct(com.google.dart.compiler.backend.js.ast.JsExpression receiver)
           
 

Method Detail

construct

@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression construct(@Nullable
                                                                       com.google.dart.compiler.backend.js.ast.JsExpression receiver)