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_COMPARATORstatic Comparator<Match>Match. LENGTH_COMPARATORstatic Comparator<Match>Match. LINES_COMPARATORstatic Comparator<Match>Match. MATCHES_COMPARATORMethods in net.sourceforge.pmd.cpd that return types with arguments of type Match Modifier and Type Method Description Iterator<Match>CPD. 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 intMatch. compareTo(Match other)TokenEntryTokens. getEndToken(TokenEntry mark, Match match)intTokens. getLineCount(TokenEntry mark, Match match)Method parameters in net.sourceforge.pmd.cpd with type arguments of type Match Modifier and Type Method Description StringCSVRenderer. render(Iterator<Match> matches)voidCSVRenderer. render(Iterator<Match> matches, Writer writer)StringRenderer. render(Iterator<Match> matches)Deprecated.StringSimpleRenderer. render(Iterator<Match> matches)voidSimpleRenderer. render(Iterator<Match> matches, Writer writer)StringVSRenderer. render(Iterator<Match> matches)voidVSRenderer. render(Iterator<Match> matches, Writer writer)StringXMLRenderer. render(Iterator<Match> matches)voidXMLRenderer. 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 voidCPDRenderer. render(Iterator<Match> matches, Writer writer)
-