protected static final class PropertyCacheNode.PrimitiveReceiverCheckNode extends PropertyCacheNode.ReceiverCheckNode
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveReceiverCheckNode(Class<?> type,
PropertyCacheNode.AbstractShapeCheckNode prototypeShapeCheck) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object thisObj)
Check receiver shape, class, or instance.
|
com.oracle.truffle.api.object.DynamicObject |
getStore(Object thisObj) |
boolean |
isValid()
Checks if all required assumptions are valid.
|
getCost, getShape, isUnstablecopy, getLanguage, getRealm, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected PrimitiveReceiverCheckNode(Class<?> type, PropertyCacheNode.AbstractShapeCheckNode prototypeShapeCheck)
public boolean accept(Object thisObj)
PropertyCacheNode.ReceiverCheckNodeaccept in class PropertyCacheNode.ReceiverCheckNodepublic com.oracle.truffle.api.object.DynamicObject getStore(Object thisObj)
getStore in class PropertyCacheNode.ReceiverCheckNodepublic boolean isValid()
PropertyCacheNode.ReceiverCheckNodeisValid in class PropertyCacheNode.ReceiverCheckNode