public class VariableUsageFinderFunction extends Object implements UnaryFunction<VariableNameDeclaration>
Constructor and Description |
---|
VariableUsageFinderFunction(Map<VariableNameDeclaration,List<NameOccurrence>> decls) |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(VariableNameDeclaration o) |
Map<VariableNameDeclaration,List<NameOccurrence>> |
getUsed() |
public VariableUsageFinderFunction(Map<VariableNameDeclaration,List<NameOccurrence>> decls)
public void applyTo(VariableNameDeclaration o)
applyTo
in interface UnaryFunction<VariableNameDeclaration>
public Map<VariableNameDeclaration,List<NameOccurrence>> getUsed()
Copyright © 2002-2013 InfoEther. All Rights Reserved.