net.sourceforge.pmd.lang.java.symboltable
Class VariableUsageFinderFunction

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.symboltable.VariableUsageFinderFunction
All Implemented Interfaces:
UnaryFunction<NameDeclaration>

public class VariableUsageFinderFunction
extends Object
implements UnaryFunction<NameDeclaration>


Constructor Summary
VariableUsageFinderFunction(Map<NameDeclaration,List<NameOccurrence>> decls)
           
 
Method Summary
 void applyTo(NameDeclaration o)
           
 Map<NameDeclaration,List<NameOccurrence>> getUsed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableUsageFinderFunction

public VariableUsageFinderFunction(Map<NameDeclaration,List<NameOccurrence>> decls)
Method Detail

applyTo

public void applyTo(NameDeclaration o)
Specified by:
applyTo in interface UnaryFunction<NameDeclaration>

getUsed

public Map<NameDeclaration,List<NameOccurrence>> getUsed()


Copyright © 2002-2015 InfoEther. All Rights Reserved.