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 java.lang.Object
Helper class to preserve and restore the current state of the token entries.
-
-
Constructor Summary
Constructors Constructor Description State(java.util.List<TokenEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TokenEntry>
restore()
-
-
-
Constructor Detail
-
State
public State(java.util.List<TokenEntry> entries)
-
-
Method Detail
-
restore
public java.util.List<TokenEntry> restore()
-
-