Uses of Class
net.sourceforge.pmd.cpd.Mark
-
Packages that use Mark Package Description net.sourceforge.pmd.cpd -
-
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)
Method parameters in net.sourceforge.pmd.cpd with type arguments of type Mark Modifier and Type Method Description void
Match. setMarkSet(Set<Mark> markSet)
Constructors in net.sourceforge.pmd.cpd with parameters of type Mark Constructor Description Match(int tokenCount, Mark first, Mark second)
-