Package net.sourceforge.pmd.cpd.token
Interface TokenFilter
-
- All Known Implementing Classes:
AntlrTokenFilter,net.sourceforge.pmd.cpd.token.internal.BaseTokenFilter,JavaCCTokenFilter
public interface TokenFilterDefines filter to be applied to the token stream during CPD analysis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericTokengetNextToken()Retrieves the next token to pass the filter
-
-
-
Method Detail
-
getNextToken
GenericToken getNextToken()
Retrieves the next token to pass the filter- Returns:
- The next token to pass the filter, or null if the end of the stream was reached
-
-