public abstract static class TruffleString.FromCodePointNode extends Node
TruffleString from a single codepoint.Node.Child, Node.Children| Modifier and Type | Method and Description |
|---|---|
static TruffleString.FromCodePointNode |
create()
Create a new
TruffleString.FromCodePointNode. |
abstract TruffleString |
execute(int codepoint,
TruffleString.Encoding encoding)
Creates a new TruffleString from a given code point.
|
static TruffleString.FromCodePointNode |
getUncached()
Get the uncached version of
TruffleString.FromCodePointNode. |
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 TruffleString execute(int codepoint, TruffleString.Encoding encoding)
public static TruffleString.FromCodePointNode create()
TruffleString.FromCodePointNode.public static TruffleString.FromCodePointNode getUncached()
TruffleString.FromCodePointNode.