Package-level declarations
Types
Link copied to clipboard
Internal implementation of the PolyglotEngineConfiguration abstract class, specialized for the GraalVM engine implementation.
Link copied to clipboard
An implementation of the PolyglotContext interface wrapping a GraalVM context.
Link copied to clipboard
A PolyglotEngine implementation built around a GraalVM engine. This class allows plugins to configure the Context builders before they are returned by the acquire method.
Link copied to clipboard
class GraalVMRuntime(val version: Version? = resolveVersion(), val variant: String? = resolveVariant()) : HostRuntime
Implementation of the HostRuntime information for GraalVM-based engines.