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 voidAnyCpdLexer. tokenize(TextDocument document, TokenFactory tokens)voidCpdLexer. 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 voidCpdLexerBase. processToken(TokenFactory tokenEntries, T currentToken)voidCpdLexerBase. tokenize(TextDocument document, TokenFactory tokens)
-