Package com.oracle.truffle.api
Interface CompilerOptions
-
- All Known Implementing Classes:
DefaultCompilerOptions
public interface CompilerOptions
Allows options to be set to control the compilation of a specificRootNode
, without creating a dependency on the specific compiler used. Options can be tested for support before setting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOption(java.lang.String name, java.lang.Object value)
boolean
supportsOption(java.lang.String name)
-