net.sourceforge.pmd.cpd

Class MatchCollector

public class MatchCollector extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Constructor Summary
MatchCollector(MatchAlgorithm ma)
Method Summary
voidcollect(List<TokenEntry> marks)
List<Match>getMatches()

Constructor Detail

MatchCollector

public MatchCollector(MatchAlgorithm ma)

Method Detail

collect

public void collect(List<TokenEntry> marks)

getMatches

public List<Match> getMatches()