public abstract static class AbstractConstantKeysObject.ReadCacheNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
ReadCacheNode() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConstantKeysObject.ReadCacheNode |
create() |
abstract Object |
execute(AbstractConstantKeysObject receiver,
String symbol) |
static AbstractConstantKeysObject.ReadCacheNode |
getUncached() |
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, toStringpublic abstract Object execute(AbstractConstantKeysObject receiver, String symbol) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierExceptionpublic static AbstractConstantKeysObject.ReadCacheNode create()
public static AbstractConstantKeysObject.ReadCacheNode getUncached()