public abstract class ExpectStringNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
ExpectStringNode() |
| Modifier and Type | Method and Description |
|---|---|
static ExpectStringNode |
create() |
abstract com.oracle.truffle.api.strings.TruffleString |
execute(Object arg,
com.oracle.truffle.api.strings.TruffleString.Encoding encoding) |
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 com.oracle.truffle.api.strings.TruffleString execute(Object arg, com.oracle.truffle.api.strings.TruffleString.Encoding encoding)
public static ExpectStringNode create()