execution engine for all Truffle-implemented
languages.See: Description
| Class | Description |
|---|---|
| PolyglotEngine |
A multi-language execution environment for Truffle-implemented languages
that supports interoperability among the Truffle languages and with Java, for example
cross-language calls, foreign object exchange, and shared global symbols.
|
| PolyglotRuntime |
A runtime environment for one or more
PolyglotEngine instances. |
| Exception | Description |
|---|---|
| IncompleteSourceException |
Indicates that the provided source was incomplete and requires further text to be executed.
|
execution engine for all Truffle-implemented
languages.
For more information about Truffle, including examples, please visit the
Truffle Tutorial.