net.sourceforge.pmd.lang.java.symboltable
Class VariableUsageFinderFunction
java.lang.Object
net.sourceforge.pmd.lang.java.symboltable.VariableUsageFinderFunction
- All Implemented Interfaces:
- UnaryFunction<VariableNameDeclaration>
public class VariableUsageFinderFunction
- extends Object
- implements UnaryFunction<VariableNameDeclaration>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableUsageFinderFunction
public VariableUsageFinderFunction(Map<VariableNameDeclaration,List<NameOccurrence>> decls)
applyTo
public void applyTo(VariableNameDeclaration o)
- Specified by:
applyTo
in interface UnaryFunction<VariableNameDeclaration>
getUsed
public Map<VariableNameDeclaration,List<NameOccurrence>> getUsed()
Copyright © 2002-2012 InfoEther. All Rights Reserved.