public class RuntimeOptionKey<T>
extends org.graalvm.compiler.options.OptionKey<T>
Option, in contrast to a hosted option.com.oracle.svm.core.option| Constructor and Description |
|---|
RuntimeOptionKey(T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the value of this option in the
RuntimeOptionValues. |
public RuntimeOptionKey(T defaultValue)
public T getValue()
RuntimeOptionValues.