Searched defs:localScope (Results 1 – 1 of 1) sorted by relevance
247 type localScope struct { struct248 namePrefix string249 scope *basicScope263 func (s *localScope) ReparentTo(pctx PackageContext) {267 func (s *localScope) LookupVariable(name string) (Variable, error) {271 func (s *localScope) IsRuleVisible(rule Rule) bool {275 func (s *localScope) IsPoolVisible(pool Pool) bool {279 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,310 func (s *localScope) AddLocalRule(name string, params *RuleParams,