|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
org.jetbrains.kotlin.cli.common.arguments.K2MetadataCompilerArguments
public class K2MetadataCompilerArguments
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments |
|---|
CommonCompilerArguments.DummyImpl |
| Field Summary | |
|---|---|
java.lang.String |
classpath
|
java.lang.String |
destination
|
static long |
serialVersionUID
|
| 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 | |
|---|---|
K2MetadataCompilerArguments()
|
|
| Method Summary |
|---|
| Methods inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments |
|---|
executableScriptFileName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
@Argument(value="d",
description="Destination for generated .kotlin_metadata files")
public java.lang.String destination
@Argument(value="classpath",
alias="cp",
description="Paths where to find library .kotlin_metadata files")
public java.lang.String classpath
| Constructor Detail |
|---|
public K2MetadataCompilerArguments()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||