boolean |
kjsm
| Fields inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments |
apiVersion, extraHelp, freeArgs, help, languageVersion, noInline, PLUGIN_OPTION_FORMAT, pluginClasspaths, pluginOptions, repeat, suppressWarnings, unknownExtraFlags, verbose, version |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
outputFile
noStdlib
libraryFiles
@Argument(value="library-files",
description="Path to zipped library sources or kotlin files separated by commas")
public java.lang.String[] libraryFiles
sourceMap
metaInfo
kjsm
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
K2JSCompilerArguments
public K2JSCompilerArguments()
executableScriptFileName
@NotNull
public java.lang.String executableScriptFileName()
- Overrides:
executableScriptFileName in class CommonCompilerArguments
|