Uses of Class
net.sourceforge.pmd.cpd.Match

Packages that use Match
net.sourceforge.pmd.cpd   
 

Uses of Match in net.sourceforge.pmd.cpd
 

Fields in net.sourceforge.pmd.cpd with type parameters of type Match
static Comparator<Match> Match.LABEL_COMPARATOR
           
static Comparator<Match> Match.LENGTH_COMPARATOR
           
static Comparator<Match> Match.LINES_COMPARATOR
           
static Comparator<Match> Match.MATCHES_COMPARATOR
           
 

Methods in net.sourceforge.pmd.cpd that return types with arguments of type Match
 List<Match> MatchCollector.getMatches()
           
 Iterator<Match> CPD.getMatches()
           
 Iterator<Match> MatchAlgorithm.matches()
           
 

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

Method parameters in net.sourceforge.pmd.cpd with type arguments of type Match
 String XMLRenderer.render(Iterator<Match> matches)
           
 String CSVRenderer.render(Iterator<Match> matches)
           
 String VSRenderer.render(Iterator<Match> matches)
           
 String Renderer.render(Iterator<Match> matches)
           
 String SimpleRenderer.render(Iterator<Match> matches)
           
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.