Package net.sourceforge.pmd.cpd
Class TokenEntry.State
- java.lang.Object
-
- net.sourceforge.pmd.cpd.TokenEntry.State
-
- Enclosing class:
- TokenEntry
public static class TokenEntry.State extends Object
Helper class to preserve and restore the current state of the token entries.
-
-
Constructor Summary
Constructors Constructor Description State(List<TokenEntry> entries)
-
-
-
Constructor Detail
-
State
public State(List<TokenEntry> entries)
-
-
Method Detail
-
restore
public List<TokenEntry> restore()
-
-