KJvmCompiledScriptLoadedFromJar

internal class KJvmCompiledScriptLoadedFromJar(scriptClassFQName: String, path: Path) : CompiledScript(source)

Represents a CompiledScript loaded from a Path. The script will prefer the ClassLoader created by the active KoremodsLaunchPlugin if available.

Constructors

Link copied to clipboard
constructor(scriptClassFQName: String, path: Path)

Properties

Link copied to clipboard
open override val compilationConfiguration: ScriptCompilationConfiguration
Link copied to clipboard
open override val otherScripts: List<CompiledScript>
Link copied to clipboard
open override val resultField: Pair<String, KotlinType>?
Link copied to clipboard
open override val sourceLocationId: String?

Functions

Link copied to clipboard
open suspend override fun getClass(scriptEvaluationConfiguration: ScriptEvaluationConfiguration?): ResultWithDiagnostics<KClass<*>>