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

Packages that use TokenEntry
net.sourceforge.pmd.cpd   
 

Uses of TokenEntry in net.sourceforge.pmd.cpd
 

Fields in net.sourceforge.pmd.cpd declared as TokenEntry
static TokenEntry TokenEntry.EOF
           
 

Methods in net.sourceforge.pmd.cpd that return TokenEntry
 TokenEntry MarkComparator.tokenAt(int index, Mark mark)
           
private  TokenEntry Tokens.get(int index)
           
 

Methods in net.sourceforge.pmd.cpd with parameters of type TokenEntry
private  boolean MatchCollector.matchEnded(TokenEntry token1, TokenEntry token2)
           
 void MatchAlgorithm.add(TokenEntry token)
           
 void Tokens.add(TokenEntry tokenEntry)