Package com.oracle.truffle.api.staticobject
package com.oracle.truffle.api.staticobject
Static Object Model APIs to represent the layout of objects that, once defined, do not change the
number and the type of their properties. For more information, read the Javadoc
and the tutorial.
- Since:
- 21.3.0
-
ClassDescriptionA trivial static object factory that allocates static objects of type
Object
.A trivial default implementation ofStaticProperty
.StaticProperty objects represent the mapping between property identifiers and storage locations within static objects.StaticShape<T>A StaticShape is an immutable descriptor of the layout of a static object and is a good entry point to learn about the Static Object Model.Builder class to constructStaticShape
instances.