Uses of Class
net.sourceforge.pmd.cpd.TokenEntry
-
Packages that use TokenEntry Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of TokenEntry in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return TokenEntry Modifier and Type Method Description @Nullable TokenEntry
TokenFactory. peekLastToken()
Returns the last token that has been recorded in this file.Methods in net.sourceforge.pmd.cpd that return types with arguments of type TokenEntry Modifier and Type Method Description List<TokenEntry>
Tokens. getTokens()
Methods in net.sourceforge.pmd.cpd with parameters of type TokenEntry Modifier and Type Method Description int
TokenEntry. compareTo(TokenEntry other)
void
TokenFactory. setImage(TokenEntry entry, @NonNull String newImage)
Sets the image of an existing token entry.
-