org.jetbrains.kotlin.js.facade
Class MainCallParameters

java.lang.Object
  extended by org.jetbrains.kotlin.js.facade.MainCallParameters

public abstract class MainCallParameters
extends java.lang.Object


Constructor Summary
MainCallParameters()
           
 
Method Summary
abstract  java.util.List<java.lang.String> arguments()
           
static MainCallParameters mainWithArguments(java.util.List<java.lang.String> parameters)
           
static MainCallParameters mainWithoutArguments()
           
static MainCallParameters noCall()
           
abstract  boolean shouldBeGenerated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainCallParameters

public MainCallParameters()
Method Detail

noCall

@NotNull
public static MainCallParameters noCall()

mainWithoutArguments

@NotNull
public static MainCallParameters mainWithoutArguments()

mainWithArguments

@NotNull
public static MainCallParameters mainWithArguments(@NotNull
                                                           java.util.List<java.lang.String> parameters)

shouldBeGenerated

public abstract boolean shouldBeGenerated()

arguments

@NotNull
public abstract java.util.List<java.lang.String> arguments()