Uses of Class
net.sourceforge.pmd.cpd.Mark
-
Packages that use Mark Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of Mark in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return Mark Modifier and Type Method Description Mark
Match. getFirstMark()
Mark
Match. getSecondMark()
Methods in net.sourceforge.pmd.cpd that return types with arguments of type Mark Modifier and Type Method Description Set<Mark>
Match. getMarkSet()
Iterator<Mark>
Match. iterator()
Methods in net.sourceforge.pmd.cpd with parameters of type Mark Modifier and Type Method Description int
Mark. compareTo(Mark other)
Chars
CPDReport. getSourceCodeSlice(Mark mark)
Return the slice of source code where the mark was found.
-