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 mxfdDefaultParam,
boolean compactNotation) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplace
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toString
protected 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 mxfdDefaultParam, boolean compactNotation)