org.sonar.duplications.cpd
Class MatchCollector

java.lang.Object
  extended by org.sonar.duplications.cpd.MatchCollector

public class MatchCollector
extends Object


Constructor Summary
MatchCollector(MatchAlgorithm ma)
           
 
Method Summary
 void collect(List<TokenEntry> marks)
           
 List<Match> getMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchCollector

public MatchCollector(MatchAlgorithm ma)
Method Detail

collect

public void collect(List<TokenEntry> marks)

getMatches

public List<Match> getMatches()


Copyright © 2009-2012 SonarSource. All Rights Reserved.