Searched defs:localScope (Results 1 – 1 of 1) sorted by relevance
250 type localScope struct { struct251 namePrefix string252 scope *basicScope266 func (s *localScope) ReparentTo(pctx PackageContext) {270 func (s *localScope) LookupVariable(name string) (Variable, error) {274 func (s *localScope) IsRuleVisible(rule Rule) bool {278 func (s *localScope) IsPoolVisible(pool Pool) bool {282 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,313 func (s *localScope) AddLocalRule(name string, params *RuleParams,