org.jetbrains.kotlin.cli.common.arguments
Class K2JSCompilerArguments

java.lang.Object
  extended by org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
      extended by org.jetbrains.kotlin.cli.common.arguments.K2JSCompilerArguments
All Implemented Interfaces:
java.io.Serializable

public class K2JSCompilerArguments
extends CommonCompilerArguments

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
CommonCompilerArguments.DummyImpl
 
Field Summary
 java.lang.String libraries
           
 java.lang.String main
          
Fields inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
allowKotlinPackage, apiVersion, coroutinesEnable, coroutinesError, coroutinesWarn, extraHelp, freeArgs, help, languageVersion, multiPlatform, noCheckImpl, noInline, noJavaVersionWarning, PLUGIN_OPTION_FORMAT, pluginClasspaths, pluginOptions, repeat, suppressWarnings, unknownExtraFlags, verbose, version
 
Constructor Summary
K2JSCompilerArguments()
           
 
Method Summary
 java.lang.String executableScriptFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

outputFile


noStdlib


libraries

@Argument(value="libraries",
          description="Paths to Kotlin libraries with .meta.js and .kjsm files, separated by system file separator")
public java.lang.String libraries

sourceMap


metaInfo


target


moduleKind


main


outputPrefix

@Argument(value="output-prefix",
          description="Path to file which will be added to the beginning of output file")
public java.lang.String outputPrefix

outputPostfix

@Argument(value="output-postfix",
          description="Path to file which will be added to the end of output file")
public java.lang.String outputPostfix
Constructor Detail

K2JSCompilerArguments

public K2JSCompilerArguments()
Method Detail

executableScriptFileName

@NotNull
public java.lang.String executableScriptFileName()
Overrides:
executableScriptFileName in class CommonCompilerArguments