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

Packages that use Match
net.sourceforge.pmd.cpd   
org.sonar.duplications.cpd   
org.sonar.plugins.cpd   
 

Uses of Match in net.sourceforge.pmd.cpd
 

Methods in net.sourceforge.pmd.cpd with parameters of type Match
 int Tokens.getLineCount(TokenEntry mark, Match match)
           
 

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()
          Deprecated.  
 Iterator<Match> MatchAlgorithm.matches()
           
 

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

Uses of Match in org.sonar.plugins.cpd
 

Method parameters in org.sonar.plugins.cpd with type arguments of type Match
 void CpdAnalyser.analyse(Iterator<Match> matches)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.