Package com.oracle.truffle.api
Interface CompilerOptions
-
- All Known Implementing Classes:
DefaultCompilerOptions
public interface CompilerOptionsAllows 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 voidsetOption(java.lang.String name, java.lang.Object value)booleansupportsOption(java.lang.String name)
-