Uses of Class
net.sourceforge.pmd.cpd.Match
-
Packages that use Match Package Description net.sourceforge.pmd.cpd net.sourceforge.pmd.cpd.renderer -
-
Uses of Match in net.sourceforge.pmd.cpd
Fields in net.sourceforge.pmd.cpd with type parameters of type Match Modifier and Type Field Description 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 Modifier and Type Method Description Iterator<Match>
CPD. getMatches()
List<Match>
CPDReport. getMatches()
List<Match>
MatchCollector. getMatches()
Iterator<Match>
MatchAlgorithm. matches()
Methods in net.sourceforge.pmd.cpd with parameters of type Match Modifier and Type Method Description int
Match. compareTo(Match other)
TokenEntry
Tokens. getEndToken(TokenEntry mark, Match match)
int
Tokens. getLineCount(TokenEntry mark, Match match)
Method parameters in net.sourceforge.pmd.cpd with type arguments of type Match Modifier and Type Method Description String
CSVRenderer. render(Iterator<Match> matches)
void
CSVRenderer. render(Iterator<Match> matches, Writer writer)
String
Renderer. render(Iterator<Match> matches)
Deprecated.String
SimpleRenderer. render(Iterator<Match> matches)
void
SimpleRenderer. render(Iterator<Match> matches, Writer writer)
String
VSRenderer. render(Iterator<Match> matches)
void
VSRenderer. render(Iterator<Match> matches, Writer writer)
String
XMLRenderer. render(Iterator<Match> matches)
void
XMLRenderer. render(Iterator<Match> matches, Writer writer)
-
Uses of Match in net.sourceforge.pmd.cpd.renderer
Method parameters in net.sourceforge.pmd.cpd.renderer with type arguments of type Match Modifier and Type Method Description void
CPDRenderer. render(Iterator<Match> matches, Writer writer)
Deprecated.
-