Package net.sourceforge.pmd.cpd
Class Tokens
- java.lang.Object
-
- net.sourceforge.pmd.cpd.Tokens
-
@InternalApi public class Tokens extends Object
Global token collector for CPD. This is populated by lexing all files, after which the match algorithm proceeds.
-
-
Constructor Summary
Constructors Constructor Description Tokens()
Deprecated.
-
-
-
Constructor Detail
-
Tokens
@InternalApi @Deprecated public Tokens()
Deprecated.Create a new instance, is internal.
-
-
Method Detail
-
size
public int size()
-
getTokens
public List<TokenEntry> getTokens()
-
-