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