Package net.sourceforge.pmd.cpd
Class MatchCollector
- java.lang.Object
-
- net.sourceforge.pmd.cpd.MatchCollector
-
public class MatchCollector extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchCollector(MatchAlgorithm ma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collect(List<TokenEntry> marks)
List<Match>
getMatches()
-
-
-
Constructor Detail
-
MatchCollector
public MatchCollector(MatchAlgorithm ma)
-
-
Method Detail
-
collect
public void collect(List<TokenEntry> marks)
-
-