net.sourceforge.pmd.symboltable
public class VariableUsageFinderFunction extends Object implements UnaryFunction<VariableNameDeclaration>
Constructor Summary | |
---|---|
VariableUsageFinderFunction(Map<VariableNameDeclaration,List<NameOccurrence>> decls) |
Method Summary | |
---|---|
void | applyTo(VariableNameDeclaration o) |
Map<VariableNameDeclaration,List<NameOccurrence>> | getUsed() |