Package net.sourceforge.pmd.cpd
Class Tokens
- java.lang.Object
-
- net.sourceforge.pmd.cpd.Tokens
-
public class Tokens extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tokens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TokenEntry tokenEntry)intgetLineCount(TokenEntry mark, Match match)java.util.List<TokenEntry>getTokens()java.util.Iterator<TokenEntry>iterator()intsize()
-
-
-
Method Detail
-
add
public void add(TokenEntry tokenEntry)
-
iterator
public java.util.Iterator<TokenEntry> iterator()
-
size
public int size()
-
getLineCount
public int getLineCount(TokenEntry mark, Match match)
-
getTokens
public java.util.List<TokenEntry> getTokens()
-
-