org.jetbrains.kotlin.cli.common
Class CLIConfigurationKeys

java.lang.Object
  extended by org.jetbrains.kotlin.cli.common.CLIConfigurationKeys

public class CLIConfigurationKeys
extends java.lang.Object


Field Summary
static CompilerConfigurationKey<java.lang.Boolean> ALLOW_KOTLIN_PACKAGE
           
static CompilerConfigurationKey<java.util.List<CompilerPlugin>> COMPILER_PLUGINS
           
static CompilerConfigurationKey<MessageCollector> MESSAGE_COLLECTOR_KEY
           
static CompilerConfigurationKey<java.lang.Boolean> REPORT_PERF
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_COLLECTOR_KEY

public static final CompilerConfigurationKey<MessageCollector> MESSAGE_COLLECTOR_KEY

COMPILER_PLUGINS

public static final CompilerConfigurationKey<java.util.List<CompilerPlugin>> COMPILER_PLUGINS

ALLOW_KOTLIN_PACKAGE

public static final CompilerConfigurationKey<java.lang.Boolean> ALLOW_KOTLIN_PACKAGE

REPORT_PERF

public static final CompilerConfigurationKey<java.lang.Boolean> REPORT_PERF