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