public abstract static class TruffleString.ParseLongNode extends Node
Node.Child, Node.Children| Modifier and Type | Method and Description |
|---|---|
static TruffleString.ParseLongNode |
create()
Create a new
TruffleString.ParseLongNode. |
abstract long |
execute(AbstractTruffleString a,
int radix)
Parse the given string as a long value, or throw
NumberFormatException. |
static TruffleString.ParseLongNode |
getUncached()
Get the uncached version of
TruffleString.ParseLongNode. |
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(AbstractTruffleString a, int radix) throws TruffleString.NumberFormatException
NumberFormatException.TruffleString.NumberFormatExceptionpublic static TruffleString.ParseLongNode create()
TruffleString.ParseLongNode.public static TruffleString.ParseLongNode getUncached()
TruffleString.ParseLongNode.