net.sourceforge.pmd.symboltable

Class NameFinder

public class NameFinder extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Constructor Summary
NameFinder(ASTPrimaryExpression node)
Method Summary
List<NameOccurrence>getNames()
StringtoString()

Constructor Detail

NameFinder

public NameFinder(ASTPrimaryExpression node)

Method Detail

getNames

public List<NameOccurrence> getNames()

toString

public String toString()