public class FloatParserNode
extends com.oracle.truffle.api.nodes.Node
| Modifier | Constructor and Description |
|---|---|
protected |
FloatParserNode() |
| Modifier and Type | Method and Description |
|---|---|
static FloatParserNode |
create() |
double |
parse(com.oracle.truffle.api.strings.TruffleString input) |
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 static FloatParserNode create()
public double parse(com.oracle.truffle.api.strings.TruffleString input)