public abstract class GetBooleanOptionNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
GetBooleanOptionNode(JSContext context,
com.oracle.truffle.api.strings.TruffleString property,
Boolean fallback) |
| Modifier and Type | Method and Description |
|---|---|
static GetBooleanOptionNode |
create(JSContext context,
com.oracle.truffle.api.strings.TruffleString property,
Boolean fallback) |
abstract Boolean |
executeValue(Object options) |
Boolean |
getOption(Object options) |
protected boolean |
toOptionType(Object propertyValue) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static GetBooleanOptionNode create(JSContext context, com.oracle.truffle.api.strings.TruffleString property, Boolean fallback)
protected boolean toOptionType(Object propertyValue)