Resolves a name to a GLOBAL, PREDECLARED, or UNIVERSAL binding. @throws Undefined if the name is not defined.
(String name)
| 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} |
no outgoing calls