Uses of Class
org.sonar.duplications.cpd.Match

Packages that use Match
org.sonar.duplications.cpd   
 

Uses of Match in org.sonar.duplications.cpd
 

Fields in org.sonar.duplications.cpd with type parameters of type Match
static Comparator<Match> Match.LabelComparator
           
static Comparator<Match> Match.LengthComparator
           
static Comparator<Match> Match.LinesComparator
           
static Comparator<Match> Match.MatchesComparator
           
 

Methods in org.sonar.duplications.cpd that return types with arguments of type Match
 List<Match> MatchCollector.getMatches()
           
 Iterator<Match> CPD.getMatches()
           
 Iterator<Match> MatchAlgorithm.matches()
           
 

Methods in org.sonar.duplications.cpd with parameters of type Match
 int Match.compareTo(Match other)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.