public abstract static class TruffleString.ReadByteNode extends Node
TruffleString.ReadByteNode.execute(AbstractTruffleString, int, TruffleString.Encoding)
for details.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.ReadByteNode |
create()
Create a new
TruffleString.ReadByteNode . |
abstract int |
execute(AbstractTruffleString a,
int byteIndex,
TruffleString.Encoding expectedEncoding)
Read a single byte from a string.
|
static TruffleString.ReadByteNode |
getUncached()
Get the uncached version of
TruffleString.ReadByteNode . |
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 int execute(AbstractTruffleString a, int byteIndex, TruffleString.Encoding expectedEncoding)
TruffleString.MaterializeNode
should be used before.public static TruffleString.ReadByteNode create()
TruffleString.ReadByteNode
.public static TruffleString.ReadByteNode getUncached()
TruffleString.ReadByteNode
.