public class Scope extends Object
Scope(Scope next)
Scope(Symbol owner)
void
enter(Symbol symbol)
List<Symbol>
lookup(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Scope(Symbol owner)
public Scope(Scope next)
public void enter(Symbol symbol)
public List<Symbol> lookup(String name)
Copyright © 2012-2013 SonarSource. All Rights Reserved.