Searched defs:basicScope (Results 1 – 1 of 1) sorted by relevance
60 type basicScope struct { struct61 parent *basicScope62 variables map[string]Variable63 pools map[string]Pool64 rules map[string]Rule65 imports map[string]*basicScope68 func newScope(parent *basicScope) *basicScope {78 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope {211 func (s *basicScope) AddImport(name string, importedScope *basicScope) error {255 func newLocalScope(parent *basicScope, namePrefix string) *localScope {