public abstract static class TruffleString.ToJavaStringNode extends Node
String representation of a TruffleString.Node.Child, Node.Children| Modifier and Type | Method and Description |
|---|---|
static TruffleString.ToJavaStringNode |
create()
Create a new
TruffleString.ToJavaStringNode. |
abstract String |
execute(AbstractTruffleString a)
Return a
String representation of the given TruffleString. |
static TruffleString.ToJavaStringNode |
getUncached()
Get the uncached version of
TruffleString.ToJavaStringNode. |
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 String execute(AbstractTruffleString a)
String representation of the given TruffleString.public static TruffleString.ToJavaStringNode create()
TruffleString.ToJavaStringNode.public static TruffleString.ToJavaStringNode getUncached()
TruffleString.ToJavaStringNode.