Class PropertyGetter

java.lang.Object
com.oracle.truffle.api.object.PropertyGetter

public final class PropertyGetter extends Object
A lightweight property getter that allows getting the value of a DynamicObject property without any lookup or cache dispatch. Only objects of a specific Shape are accepted. Therefore, it should only be used where the object is already known to have the supported shape.
Since:
22.2
See Also: