public abstract class GetStringOptionNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
GetStringOptionNode(JSContext context,
String property,
String[] values,
String fallback) |
| Modifier and Type | Method and Description |
|---|---|
static GetStringOptionNode |
create(JSContext context,
String property,
String[] values,
String fallback) |
abstract String |
executeValue(Object options) |
String |
getOption(Object options) |
protected String |
makeFinalSelection(String value) |
protected String |
toOptionType(Object propertyValue) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static GetStringOptionNode create(JSContext context, String property, String[] values, String fallback)