public abstract class ToStringNode
extends com.oracle.truffle.api.nodes.Node
Constructor and Description |
---|
ToStringNode() |
Modifier and Type | Method and Description |
---|---|
static ToStringNode |
create() |
abstract String |
execute(Object input) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
public static ToStringNode create()