Uses of Interface
net.sourceforge.pmd.cpd.TokenFactory
-
Packages that use TokenFactory Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.cpd.impl Utilities to implement a CPDCpdLexer
. -
-
Uses of TokenFactory in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd with parameters of type TokenFactory Modifier and Type Method Description void
AnyCpdLexer. tokenize(TextDocument document, TokenFactory tokens)
void
CpdLexer. tokenize(TextDocument document, TokenFactory tokens)
Tokenize the source code and record tokens using the provided token factory. -
Uses of TokenFactory in net.sourceforge.pmd.cpd.impl
Methods in net.sourceforge.pmd.cpd.impl with parameters of type TokenFactory Modifier and Type Method Description protected void
CpdLexerBase. processToken(TokenFactory tokenEntries, T currentToken)
void
CpdLexerBase. tokenize(TextDocument document, TokenFactory tokens)
-