Package com.oracle.truffle.api.strings
Class TruffleString.ToJavaStringNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleString.ToJavaStringNode
- All Implemented Interfaces:
NodeInterface
,Cloneable
- Enclosing class:
TruffleString
Node to get a
String
representation of a TruffleString
.- Since:
- 22.1
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
Node.Child, Node.Children
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create a newTruffleString.ToJavaStringNode
.abstract String
Return aString
representation of the givenTruffleString
.Get the uncached version ofTruffleString.ToJavaStringNode
.Methods inherited from class com.oracle.truffle.api.nodes.Node
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
-
Method Details
-
execute
Return aString
representation of the givenTruffleString
.- Since:
- 22.1
-
create
Create a newTruffleString.ToJavaStringNode
.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleString.ToJavaStringNode
.- Since:
- 22.1
-