Package com.oracle.truffle.api
Class Truffle
- java.lang.Object
-
- com.oracle.truffle.api.Truffle
-
public class Truffle extends java.lang.Object
Class for obtaining the Truffle runtime singleton object of this virtual machine.
-
-
Constructor Summary
Constructors Constructor Description Truffle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TruffleRuntime
getRuntime()
-
-
-
Method Detail
-
getRuntime
public static TruffleRuntime getRuntime()
-
-