public abstract class JSNumberToBigIntNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
JSNumberToBigIntNode() |
| Modifier and Type | Method and Description |
|---|---|
static JSNumberToBigIntNode |
create() |
protected BigInt |
doDoubleAsLong(double value) |
protected BigInt |
doDoubleOther(double value) |
protected BigInt |
doInteger(int value) |
protected static BigInt |
doNull(Object value) |
abstract Object |
execute(Object value) |
BigInt |
executeBigInt(Object value) |
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 JSNumberToBigIntNode create()
protected BigInt doInteger(int value)
protected BigInt doDoubleAsLong(double value)
protected BigInt doDoubleOther(double value)