net.sourceforge.pmd.cpd
Class Tokens

java.lang.Object
  extended bynet.sourceforge.pmd.cpd.Tokens

public class Tokens
extends java.lang.Object


Field Summary
private  java.util.List tokens
           
 
Constructor Summary
Tokens()
           
 
Method Summary
 void add(TokenEntry tokenEntry)
           
private  TokenEntry get(int index)
           
 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
 

Field Detail

tokens

private java.util.List tokens
Constructor Detail

Tokens

public Tokens()
Method Detail

add

public void add(TokenEntry tokenEntry)

iterator

public java.util.Iterator iterator()

get

private TokenEntry get(int index)

size

public int size()

getLineCount

public int getLineCount(Mark mark,
                        Match match)