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