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