|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.java.resolve.Scope
public class Scope
Represents an area of visibility.
| Constructor Summary | |
|---|---|
Scope(Scope next)
|
|
Scope(Symbol owner)
|
|
| Method Summary | |
|---|---|
void |
enter(Symbol symbol)
|
List<Symbol> |
lookup(String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Scope(Symbol owner)
public Scope(Scope next)
| Method Detail |
|---|
public void enter(Symbol symbol)
public List<Symbol> lookup(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||