Lines Matching defs:DefaultableModuleBase
34 type DefaultableModuleBase struct { struct
35 defaultsProperties defaultsProperties
36 defaultableProperties []interface{}
37 defaultableVariableProperties interface{}
40 hook DefaultableHook
43 func (d *DefaultableModuleBase) defaults() *defaultsProperties {
47 func (d *DefaultableModuleBase) setProperties(props []interface{}, variableProperties interface{}) {
52 func (d *DefaultableModuleBase) SetDefaultableHook(hook DefaultableHook) {
56 func (d *DefaultableModuleBase) CallHookIfAvailable(ctx DefaultableHookContext) {
120 DefaultableModuleBase anonMember
213 func (defaultable *DefaultableModuleBase) applyDefaults(ctx BottomUpMutatorContext,
230 func (defaultable *DefaultableModuleBase) applyDefaultVariableProperties(ctx BottomUpMutatorContext,
258 func (defaultable *DefaultableModuleBase) applyDefaultProperties(ctx BottomUpMutatorContext,