public abstract class SLUnboxNode extends SLExpressionNode
| Constructor and Description |
|---|
SLUnboxNode() |
| Modifier and Type | Method and Description |
|---|---|
protected static SLBigNumber |
fromBigNumber(SLBigNumber value) |
protected static boolean |
fromBoolean(boolean value) |
static Object |
fromForeign(Object value,
com.oracle.truffle.api.interop.InteropLibrary interop) |
protected static SLFunction |
fromFunction(SLFunction value) |
protected static SLNull |
fromFunction(SLNull value) |
protected static long |
fromLong(long value) |
protected static com.oracle.truffle.api.strings.TruffleString |
fromString(String value,
com.oracle.truffle.api.strings.TruffleString.FromJavaStringNode fromJavaStringNode) |
protected static com.oracle.truffle.api.strings.TruffleString |
fromTruffleString(com.oracle.truffle.api.strings.TruffleString value) |
addExpressionTag, createWrapper, executeBoolean, executeGeneric, executeLong, executeVoid, hasTagaddRootTag, addStatementTag, formatSourceSection, getSourceCharIndex, getSourceEndIndex, getSourceLength, getSourceSection, hasSource, isInstrumentable, setSourceSection, setUnavailableSourceSection, toStringfindBlock, getVisibleVariablesIndexOnEnter, hasScope, setVisibleVariablesIndexOnEnter, setVisibleVariablesIndexOnExitaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializeprotected static com.oracle.truffle.api.strings.TruffleString fromString(String value, com.oracle.truffle.api.strings.TruffleString.FromJavaStringNode fromJavaStringNode)
protected static com.oracle.truffle.api.strings.TruffleString fromTruffleString(com.oracle.truffle.api.strings.TruffleString value)
protected static boolean fromBoolean(boolean value)
protected static long fromLong(long value)
protected static SLBigNumber fromBigNumber(SLBigNumber value)
protected static SLFunction fromFunction(SLFunction value)