MCPcopy Create free account
hub / github.com/bazelbuild/bazel / resolve

Method resolve

src/main/java/net/starlark/java/syntax/Resolver.java:385–385  ·  view source on GitHub ↗

Resolves a name to a GLOBAL, PREDECLARED, or UNIVERSAL binding. @throws Undefined if the name is not defined.

(String name)

Source from the content-addressed store, hash-verified

383 * @throws Undefined if the name is not defined.
384 */
385 Scope resolve(String name) throws Undefined;
386
387 /**
388 * An Undefined exception indicates a failure to resolve a top-level name. If {@code candidates}

Implementers 3

PathFragmentResolvertools/aquery_differ/resolvers/path_fra
DepSetResolvertools/aquery_differ/resolvers/dep_set_
Modulesrc/main/java/net/starlark/java/eval/M

Calls

no outgoing calls