Uses of Class
net.sourceforge.pmd.cpd.TokenEntry
-
Packages that use TokenEntry Package Description net.sourceforge.pmd.cpd -
-
Uses of TokenEntry in net.sourceforge.pmd.cpd
Fields in net.sourceforge.pmd.cpd declared as TokenEntry Modifier and Type Field Description static TokenEntryTokenEntry. EOFMethods in net.sourceforge.pmd.cpd that return TokenEntry Modifier and Type Method Description TokenEntryTokens. getEndToken(TokenEntry mark, Match match)static TokenEntryTokenEntry. getEOF()TokenEntryMark. getToken()TokenEntryMatchAlgorithm. tokenAt(int offset, TokenEntry m)Methods in net.sourceforge.pmd.cpd that return types with arguments of type TokenEntry Modifier and Type Method Description List<TokenEntry>Tokens. getTokens()Iterator<TokenEntry>Tokens. iterator()List<TokenEntry>TokenEntry.State. restore()Methods in net.sourceforge.pmd.cpd with parameters of type TokenEntry Modifier and Type Method Description voidTokens. add(TokenEntry tokenEntry)voidMatch. addTokenEntry(TokenEntry entry)intTokenEntry. compareTo(TokenEntry other)TokenEntryTokens. getEndToken(TokenEntry mark, Match match)intTokens. getLineCount(TokenEntry mark, Match match)voidMark. setEndToken(TokenEntry endToken)TokenEntryMatchAlgorithm. tokenAt(int offset, TokenEntry m)Method parameters in net.sourceforge.pmd.cpd with type arguments of type TokenEntry Modifier and Type Method Description voidMatchCollector. collect(List<TokenEntry> marks)Constructors in net.sourceforge.pmd.cpd with parameters of type TokenEntry Constructor Description Mark(TokenEntry token)Match(int tokenCount, TokenEntry first, TokenEntry second)Constructor parameters in net.sourceforge.pmd.cpd with type arguments of type TokenEntry Constructor Description State(List<TokenEntry> entries)
-