org.jetbrains.kotlin.cli.common.arguments
Class CommonCompilerArguments.DummyImpl

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

public static final class CommonCompilerArguments.DummyImpl
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
 
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, serialVersionUID, suppressWarnings, unknownExtraFlags, verbose, version
 
Constructor Summary
CommonCompilerArguments.DummyImpl()
           
 
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
 

Constructor Detail

CommonCompilerArguments.DummyImpl

public CommonCompilerArguments.DummyImpl()