org.jetbrains.kotlin.config
Class JVMConfigurationKeys

java.lang.Object
  extended by org.jetbrains.kotlin.config.JVMConfigurationKeys

public class JVMConfigurationKeys
extends java.lang.Object


Field Summary
static CompilerConfigurationKey<java.util.List<ContentRoot>> CONTENT_ROOTS
           
static CompilerConfigurationKey<java.lang.String> DECLARATIONS_JSON_PATH
           
static CompilerConfigurationKey<java.lang.Boolean> DISABLE_CALL_ASSERTIONS
           
static CompilerConfigurationKey<java.lang.Boolean> DISABLE_INLINE
           
static CompilerConfigurationKey<java.lang.Boolean> DISABLE_OPTIMIZATION
           
static CompilerConfigurationKey<java.lang.Boolean> DISABLE_PARAM_ASSERTIONS
           
static CompilerConfigurationKey<IncrementalCompilationComponents> INCREMENTAL_COMPILATION_COMPONENTS
           
static CompilerConfigurationKey<java.lang.Boolean> INHERIT_MULTIFILE_PARTS
           
static CompilerConfigurationKey<JvmTarget> JVM_TARGET
           
static CompilerConfigurationKey<java.lang.String> MODULE_NAME
           
static CompilerConfigurationKey<java.lang.String> MODULE_XML_FILE_PATH
           
static CompilerConfigurationKey<java.util.List<Module>> MODULES
           
static CompilerConfigurationKey<java.util.List<KotlinScriptDefinition>> SCRIPT_DEFINITIONS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_ROOTS

public static final CompilerConfigurationKey<java.util.List<ContentRoot>> CONTENT_ROOTS

SCRIPT_DEFINITIONS

public static final CompilerConfigurationKey<java.util.List<KotlinScriptDefinition>> SCRIPT_DEFINITIONS

DISABLE_CALL_ASSERTIONS

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

DISABLE_PARAM_ASSERTIONS

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

DISABLE_INLINE

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

DISABLE_OPTIMIZATION

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

INHERIT_MULTIFILE_PARTS

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

JVM_TARGET

public static final CompilerConfigurationKey<JvmTarget> JVM_TARGET

INCREMENTAL_COMPILATION_COMPONENTS

public static final CompilerConfigurationKey<IncrementalCompilationComponents> INCREMENTAL_COMPILATION_COMPONENTS

MODULE_XML_FILE_PATH

public static final CompilerConfigurationKey<java.lang.String> MODULE_XML_FILE_PATH

DECLARATIONS_JSON_PATH

public static final CompilerConfigurationKey<java.lang.String> DECLARATIONS_JSON_PATH

MODULES

public static final CompilerConfigurationKey<java.util.List<Module>> MODULES

MODULE_NAME

public static final CompilerConfigurationKey<java.lang.String> MODULE_NAME