Lines Matching defs:BazelModuleBase
94 type BazelModuleBase struct { struct
95 bazelProperties properties
102 namespacedVariableProperties namespacedVariableProperties
109 baseModuleType string
177 func (b *BazelModuleBase) bazelProps() *properties {
181 func (b *BazelModuleBase) namespacedVariableProps() namespacedVariableProperties {
185 func (b *BazelModuleBase) setNamespacedVariableProps(props namespacedVariableProperties) {
189 func (b *BazelModuleBase) BaseModuleType() string {
193 func (b *BazelModuleBase) SetBaseModuleType(baseModuleType string) {
198 func (b *BazelModuleBase) HasHandcraftedLabel() bool {
203 func (b *BazelModuleBase) HandcraftedLabel() string {
208 …b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string {
379 func (b *BazelModuleBase) ShouldConvertWithBp2build(ctx BazelConversionContext) bool {
391 …lModuleBase) shouldConvertWithBp2build(ctx bazelOtherModuleContext, module blueprint.Module) bool {