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)
List<TokenEntry>getTokens()
Iterator<TokenEntry>iterator()
intsize()

Method Detail

add

public void add(TokenEntry tokenEntry)

getLineCount

public int getLineCount(TokenEntry mark, Match match)

getTokens

public List<TokenEntry> getTokens()

iterator

public Iterator<TokenEntry> iterator()

size

public int size()