protected abstract static class PropertyGetNode.AbstractFinalPropertyGetNode extends PropertyGetNode.LinkedPropertyGetNode
nextIS_FINAL, IS_FINAL_CONSTANT_OBJECT, IS_SIMPLE_SHAPE_CHECK, IS_SINGLE_REALM, receiverCheck| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFinalPropertyGetNode(com.oracle.truffle.api.object.Property property,
PropertyCacheNode.AbstractShapeCheckNode shapeCheck,
JSDynamicObject expectedObj) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
assertFinalValue(Object finalValue,
Object thisObj,
PropertyGetNode root) |
protected void |
clearExpectedObject() |
protected String |
debugString() |
protected JSDynamicObject |
getExpectedObject() |
protected boolean |
isValidFinalAssumption() |
getNext, getValue, getValueBoolean, getValueDouble, getValueInt, getValueLong, setNextaccepts, acceptsValue, getCost, isConstantObjectSpecialization, isFinalSpecialization, isGeneric, isSimpleShapeCheck, isSingleRealm, isValid, sweep, withNextcopy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected AbstractFinalPropertyGetNode(com.oracle.truffle.api.object.Property property,
PropertyCacheNode.AbstractShapeCheckNode shapeCheck,
JSDynamicObject expectedObj)
protected final boolean isValidFinalAssumption()
isValidFinalAssumption in class PropertyCacheNode.CacheNode<PropertyGetNode.GetCacheNode>protected final JSDynamicObject getExpectedObject()
getExpectedObject in class PropertyCacheNode.CacheNode<PropertyGetNode.GetCacheNode>protected final void clearExpectedObject()
clearExpectedObject in class PropertyCacheNode.CacheNode<PropertyGetNode.GetCacheNode>protected final boolean assertFinalValue(Object finalValue, Object thisObj, PropertyGetNode root)
protected String debugString()
debugString in class PropertyCacheNode.CacheNode<PropertyGetNode.GetCacheNode>