public abstract static class TruffleString.ParseDoubleNode extends Node
Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.ParseDoubleNode |
create()
Create a new
TruffleString.ParseDoubleNode . |
abstract double |
execute(AbstractTruffleString a)
Parse the given string as a double value, or throw
NumberFormatException . |
static TruffleString.ParseDoubleNode |
getUncached()
Get the uncached version of
TruffleString.ParseDoubleNode . |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
public abstract double execute(AbstractTruffleString a) throws TruffleString.NumberFormatException
NumberFormatException
.TruffleString.NumberFormatException
public static TruffleString.ParseDoubleNode create()
TruffleString.ParseDoubleNode
.public static TruffleString.ParseDoubleNode getUncached()
TruffleString.ParseDoubleNode
.