Uses of Class
net.sourceforge.pmd.cpd.Mark

Packages that use Mark
net.sourceforge.pmd.cpd   
 

Uses of Mark in net.sourceforge.pmd.cpd
 

Methods in net.sourceforge.pmd.cpd with parameters of type Mark
private  int MatchCollector.countDuplicateTokens(Mark mark1, Mark mark2)
           
 TokenEntry MarkComparator.tokenAt(int index, Mark mark)
           
 void Match.add(Mark mark)
           
 int Tokens.getLineCount(Mark mark, Match match)
           
 

Constructors in net.sourceforge.pmd.cpd with parameters of type Mark
Match(int tokenCount, Mark first, Mark second)