public abstract class DelegatingScope extends java.lang.Object implements Scope
protected Scope
outer
DelegatingScope(Scope outer)
void
add(Decl decl)
Decl
resolve(java.lang.String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Scope outer
public DelegatingScope(Scope outer)
public Decl resolve(java.lang.String name)
resolve
Scope
public void add(Decl decl)
add