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 |
getHostedValue() |
T |
getValue()
Returns the value of this option in the
RuntimeOptionValues. |
boolean |
hasBeenSet() |
void |
update(T value) |
public RuntimeOptionKey(T defaultValue)
public T getValue()
RuntimeOptionValues.public void update(T value)
public boolean hasBeenSet()
public T getHostedValue()