public class ImmutableRuntimeOptionKey<T> extends RuntimeOptionKey<T>
| Constructor and Description |
|---|
ImmutableRuntimeOptionKey(T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(org.graalvm.collections.EconomicMap<org.graalvm.compiler.options.OptionKey<?>,Object> values,
Object newValue) |
getHostedValue, getValue, hasBeenSet, updatepublic ImmutableRuntimeOptionKey(T defaultValue)