public class Scope extends Object
static class
Scope.StarImportScope
Scope.StaticStarImportScope
protected com.google.common.collect.ArrayListMultimap<String,Symbol>
symbols
Scope(Scope next)
Scope(Symbol owner)
void
enter(Symbol symbol)
List<Symbol>
lookup(String name)
Collection<Symbol>
scopeSymbols()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected com.google.common.collect.ArrayListMultimap<String,Symbol> symbols
public Scope(Symbol owner)
public Scope(Scope next)
public void enter(Symbol symbol)
public List<Symbol> lookup(String name)
public Collection<Symbol> scopeSymbols()
Copyright © 2012–2015 SonarSource. All rights reserved.