org.acm.seguin.pmd.cpd
Class Tokens

java.lang.Object
  extended by org.acm.seguin.pmd.cpd.Tokens

public class Tokens
extends java.lang.Object


Constructor Summary
Tokens()
           
 
Method Summary
 void add(TokenEntry tokenEntry)
           
 int getLineCount(Mark mark, Match match)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tokens

public Tokens()
Method Detail

add

public void add(TokenEntry tokenEntry)

iterator

public java.util.Iterator iterator()

size

public int size()

getLineCount

public int getLineCount(Mark mark,
                        Match match)