net.sourceforge.pmd.symboltable
Class Search
java.lang.Object
net.sourceforge.pmd.symboltable.Search
- public class Search
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRACE
private static final boolean TRACE
- See Also:
- Constant Field Values
occ
private NameOccurrence occ
decl
private NameDeclaration decl
Search
public Search(NameOccurrence occ)
execute
public void execute()
execute
public void execute(Scope startingScope)
getResult
public NameDeclaration getResult()
searchUpward
private NameDeclaration searchUpward(NameOccurrence nameOccurrence,
Scope scope)