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 MarkMatch. getFirstMark()MarkMatch. 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 intMark. compareTo(Mark other)Method parameters in net.sourceforge.pmd.cpd with type arguments of type Mark Modifier and Type Method Description voidMatch. setMarkSet(Set<Mark> markSet)Constructors in net.sourceforge.pmd.cpd with parameters of type Mark Constructor Description Match(int tokenCount, Mark first, Mark second)
-