public interface Scope
| Modifier and Type | Method and Description |
|---|---|
void |
report(Marker marker) |
Decl |
resolve(java.lang.String name) |
default <T extends Decl> |
resolve(java.lang.String name,
java.lang.Class<T> type,
java.util.function.Function<? super java.lang.String,? extends T> create) |