public abstract static class MutableTruffleString.WriteByteNode extends Node
Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static MutableTruffleString.WriteByteNode |
create()
Create a new
MutableTruffleString.WriteByteNode . |
abstract void |
execute(MutableTruffleString a,
int byteIndex,
byte value,
TruffleString.Encoding expectedEncoding)
Writes a byte into the given mutable string.
|
static MutableTruffleString.WriteByteNode |
getUncached()
Get the uncached version of
MutableTruffleString.WriteByteNode . |
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 void execute(MutableTruffleString a, int byteIndex, byte value, TruffleString.Encoding expectedEncoding)
public static MutableTruffleString.WriteByteNode create()
MutableTruffleString.WriteByteNode
.public static MutableTruffleString.WriteByteNode getUncached()
MutableTruffleString.WriteByteNode
.