public abstract class SetNumberFormatDigitOptionsNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
SetNumberFormatDigitOptionsNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static SetNumberFormatDigitOptionsNode |
create(JSContext context) |
abstract Object |
execute(JSNumberFormat.BasicInternalState intlObj,
Object options,
int mnfdDefault,
int mxfdDefault,
boolean compactNotation) |
Object |
setNumberFormatDigitOptions(JSNumberFormat.BasicInternalState intlObj,
Object options,
int mnfdDefault,
int mxfdDefault,
boolean compactNotation) |
copy, getLanguage, getRealm, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected SetNumberFormatDigitOptionsNode(JSContext context)
public static SetNumberFormatDigitOptionsNode create(JSContext context)
public abstract Object execute(JSNumberFormat.BasicInternalState intlObj, Object options, int mnfdDefault, int mxfdDefault, boolean compactNotation)
public Object setNumberFormatDigitOptions(JSNumberFormat.BasicInternalState intlObj, Object options, int mnfdDefault, int mxfdDefault, boolean compactNotation)