org.acm.seguin.pmd.symboltable
Class VariableUsageFinderFunction

java.lang.Object
  extended by org.acm.seguin.pmd.symboltable.VariableUsageFinderFunction
All Implemented Interfaces:
UnaryFunction

public class VariableUsageFinderFunction
extends java.lang.Object
implements UnaryFunction


Constructor Summary
VariableUsageFinderFunction(java.util.Map decls, boolean lookingForUsed)
           
 
Method Summary
 void applyTo(java.lang.Object o)
           
 java.util.Map getUsed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableUsageFinderFunction

public VariableUsageFinderFunction(java.util.Map decls,
                                   boolean lookingForUsed)
Method Detail

applyTo

public void applyTo(java.lang.Object o)
Specified by:
applyTo in interface UnaryFunction

getUsed

public java.util.Map getUsed()