public abstract class SLToMemberNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
SLToMemberNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
execute(Object value) |
protected static String |
fromBigNumber(SLBigNumber value) |
protected static String |
fromBoolean(boolean value) |
protected static String |
fromInterop(Object value,
com.oracle.truffle.api.interop.InteropLibrary interop) |
protected static String |
fromLong(long value) |
protected static String |
fromString(String value) |
protected static String |
fromTruffleString(com.oracle.truffle.api.strings.TruffleString value,
com.oracle.truffle.api.strings.TruffleString.ToJavaStringNode 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(Object value) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierExceptionprotected static String fromTruffleString(com.oracle.truffle.api.strings.TruffleString value, com.oracle.truffle.api.strings.TruffleString.ToJavaStringNode toJavaStringNode)
protected static String fromBoolean(boolean value)
protected static String fromLong(long value)
protected static String fromBigNumber(SLBigNumber value)