public abstract class JSToBigIntNode extends JavaScriptBaseNode
| Modifier and Type | Class and Description |
|---|---|
static class |
JSToBigIntNode.JSToBigIntInnerConversionNode |
| Constructor and Description |
|---|
JSToBigIntNode() |
| Modifier and Type | Method and Description |
|---|---|
static JSToBigIntNode |
create() |
protected Object |
doIt(Object value,
JSToPrimitiveNode toPrimitiveNode,
JSToBigIntNode.JSToBigIntInnerConversionNode innerConversionNode) |
abstract Object |
execute(Object value) |
BigInt |
executeBigInteger(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 JSToBigIntNode create()
protected Object doIt(Object value, JSToPrimitiveNode toPrimitiveNode, JSToBigIntNode.JSToBigIntInnerConversionNode innerConversionNode)