Top Description Packages
graal-sdk 24.1.2

Module polyglot

Automatic module of polyglot 24.1.2.

Dependencies
collections, nativeimage, word, java.base
Maven Central
Group ID:org.graalvm.polyglot
Artifacts:polyglot

Polyglot

A framework that allows to embed polyglot language implementations in Java.
Version
24.1.2
Release Date
2025-01-20
Developers
GraalVM Development

Package Summary

Modifier and TypePackage and Description
open package
org.graalvm.home

The GraalVM SDK home API allows query home paths for the GraalVM, its languages and its tools.

open package
open package
org.graalvm.options

The GraalVM SDK options package contains reusable collection classes for options.

open package
org.graalvm.polyglot

The GraalVM SDK polyglot API allows to embed Graal languages in Java applications.

open package
open package
org.graalvm.polyglot.io

Input/Output support for the GraalVM SDK polyglot API.

open package
org.graalvm.polyglot.management

The management package provides tools that monitor and instrument the behavior of guest language programs.

open package
org.graalvm.polyglot.proxy

The GraalVM SDK proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages.