net.sourceforge.pmd.cpd

Class Tokens

public class Tokens extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
voidadd(TokenEntry tokenEntry)
intgetLineCount(TokenEntry mark, Match match)
ListgetTokens()
Iteratoriterator()
intsize()

Method Detail

add

public void add(TokenEntry tokenEntry)

getLineCount

public int getLineCount(TokenEntry mark, Match match)

getTokens

public List getTokens()

iterator

public Iterator iterator()

size

public int size()