Package com.facebook.buck.core.starlark.compatible
-
Class Summary Class Description BuckSkylarkTypes Container class for helper methods having to deal with Skylark types.BuckStarlark Constants for Buck variant of StarlarkBuckStarlarkFunction Marker class that makes some method exposable to skylark.BuckStarlarkStructObject Marks a Java object as accessible by Skylark as a struct-like object calledClassObject
.MethodLookup Used to lookup methods for Starlark compatible objects and perform fast reflective calls. -
Exception Summary Exception Description MutableObjectException Thrown when trying to construct an Immutable Skylark object from a Mutable one (that cannot be made immutable.