public abstract class ToLongNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
ToLongNode() |
| Modifier and Type | Method and Description |
|---|---|
static ToLongNode |
create() |
abstract long |
execute(Object arg) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic abstract long execute(Object arg) throws com.oracle.truffle.api.interop.UnsupportedTypeException
com.oracle.truffle.api.interop.UnsupportedTypeExceptionpublic static ToLongNode create()