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 void
add(TokenEntry tokenEntry)
int
getLineCount(TokenEntry mark, Match match)
java.util.List<TokenEntry>
getTokens()
java.util.Iterator<TokenEntry>
iterator()
int
size()
-
-
-
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()
-
-