public abstract class DelegatingScope extends java.lang.Object implements Scope
| Constructor and Description |
|---|
DelegatingScope(Scope outer) |
| Modifier and Type | Method and Description |
|---|---|
void |
list(java.util.function.BiConsumer<? super java.lang.String,? super Decl> consumer) |
void |
report(Marker marker) |
Decl |
resolve(java.lang.String name) |
<T extends Decl> |
resolve(java.lang.String name,
java.lang.Class<T> type,
java.util.function.Function<? super java.lang.String,? extends T> create) |
protected final Scope outer
public DelegatingScope(Scope outer)