public class ExtendingScope extends DelegatingScope
outer| Constructor and Description |
|---|
ExtendingScope(Decl[] decls,
Scope outer) |
ExtendingScope(Decl decl,
Scope outer) |
ExtendingScope(java.util.Map<java.lang.String,? extends Decl> names,
Scope outer) |
ExtendingScope(java.lang.String name,
Decl decl,
Scope outer) |
| Modifier and Type | Method and Description |
|---|---|
void |
list(java.util.function.BiConsumer<? super java.lang.String,? super Decl> consumer) |
Decl |
resolve(java.lang.String name) |
report, resolvepublic Decl resolve(java.lang.String name)
resolve in interface Scoperesolve in class DelegatingScopepublic void list(java.util.function.BiConsumer<? super java.lang.String,? super Decl> consumer)
list in interface Scopelist in class DelegatingScope