public abstract class JSToNumericNode extends JavaScriptBaseNode
| Modifier and Type | Class and Description |
|---|---|
static class |
JSToNumericNode.JSToNumericWrapperNode |
| Modifier | Constructor and Description |
|---|---|
protected |
JSToNumericNode() |
| Modifier and Type | Method and Description |
|---|---|
static JSToNumericNode |
create() |
static JavaScriptNode |
create(JavaScriptNode child) |
protected Object |
doBigInt(BigInt value) |
protected static double |
doDouble(double value) |
protected static int |
doInt(int value) |
protected Object |
doJSBigInt(Object value) |
protected Object |
doOther(Object value) |
abstract Object |
execute(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 JSToNumericNode create()
public static JavaScriptNode create(JavaScriptNode child)
protected static int doInt(int value)
protected static double doDouble(double value)