-
public interface StarlarkTypeRepresents an entity in generated startlark code. This can be anything from single Statement to collection of Statement. Implementing types must provide their starlark representation via StarlarkType.statements method.
-
-
Method Summary
Modifier and Type Method Description abstract Unitstatements(StatementsBuilder $self)Build the starlark representation of this type with the provided StatementsBuilder-
-
Method Detail
-
statements
abstract Unit statements(StatementsBuilder $self)
Build the starlark representation of this type with the provided
StatementsBuilder
-
-
-
-