Lines Matching defs:staticRule
653 type staticRule struct { struct
654 pctx *packageContext
655 name_ string
656 params RuleParams
657 argNames map[string]bool
658 scope_ *basicScope
659 sync.Mutex // protects scope_ during lazy creation
717 func (r *staticRule) packageContext() *packageContext {
721 func (r *staticRule) name() string {
725 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {
729 func (r *staticRule) def(interface{}) (*ruleDef, error) {
737 func (r *staticRule) scope() *basicScope {
750 func (r *staticRule) isArg(argName string) bool {
754 func (r *staticRule) String() string {