org.sonar.java.resolve
Class Scope

java.lang.Object
  extended by org.sonar.java.resolve.Scope

public class Scope
extends Object

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

Scope

public Scope(Symbol owner)

Scope

public Scope(Scope next)
Method Detail

enter

public void enter(Symbol symbol)

lookup

public List<Symbol> lookup(String name)


Copyright © 2012-2014 SonarSource. All Rights Reserved.