public abstract static class TruffleString.IsValidNode extends Node
Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.IsValidNode |
create()
Create a new
TruffleString.IsValidNode . |
abstract boolean |
execute(AbstractTruffleString a,
TruffleString.Encoding expectedEncoding)
Returns
true if the string encoded correctly. |
static TruffleString.IsValidNode |
getUncached()
Get the uncached version of
TruffleString.IsValidNode . |
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 boolean execute(AbstractTruffleString a, TruffleString.Encoding expectedEncoding)
true
if the string encoded correctly.public static TruffleString.IsValidNode create()
TruffleString.IsValidNode
.public static TruffleString.IsValidNode getUncached()
TruffleString.IsValidNode
.