public class K2JSCompiler extends CLICompiler<K2JSCompilerArguments>
| Constructor and Description |
|---|
K2JSCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected K2JSCompilerArguments |
createArguments() |
protected ExitCode |
doExecute(K2JSCompilerArguments arguments,
MessageCollector messageCollector,
com.intellij.openapi.Disposable rootDisposable) |
static void |
main(java.lang.String... args) |
configureEnvironment, doMain, doMainNoExit, exec, exec, exec, getMessageRenderer, parseArguments, printVersionIfNeeded, usagepublic K2JSCompiler()
public static void main(java.lang.String... args)
@NotNull protected K2JSCompilerArguments createArguments()
createArguments in class CLICompiler<K2JSCompilerArguments>@NotNull protected ExitCode doExecute(K2JSCompilerArguments arguments, MessageCollector messageCollector, com.intellij.openapi.Disposable rootDisposable)
doExecute in class CLICompiler<K2JSCompilerArguments>