Class UniverseScope
The universe scope.
Import path
import semmle.go.ScopesDirect supertypes
Indirect supertypes
Predicates
| toString | Gets a textual representation of this scope. |
Inherited predicates
| getAnInnerScope | Gets a scope nested inside this scope. | from Scope |
| getEntity | Looks up the entity with the given name in this scope. | from Scope |
| getOuterScope | Gets the enclosing scope of this scope, if any. | from Scope |