net.sourceforge.pmd.cpd
Class Match
java.lang.Object
extended by net.sourceforge.pmd.cpd.Match
- All Implemented Interfaces:
- java.lang.Comparable<Match>
public class Match
- extends java.lang.Object
- implements java.lang.Comparable<Match>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MatchesComparator
public static final java.util.Comparator<Match> MatchesComparator
LinesComparator
public static final java.util.Comparator<Match> LinesComparator
LabelComparator
public static final java.util.Comparator<Match> LabelComparator
LENGTH_COMPARATOR
public static final java.util.Comparator<Match> LENGTH_COMPARATOR
Match
public Match(int tokenCount,
TokenEntry first,
TokenEntry second)
getMarkCount
public int getMarkCount()
-
-
setLineCount
public void setLineCount(int lineCount)
-
-
getLineCount
public int getLineCount()
-
-
getTokenCount
public int getTokenCount()
-
-
getSourceCodeSlice
public java.lang.String getSourceCodeSlice()
-
-
setSourceCodeSlice
public void setSourceCodeSlice(java.lang.String code)
-
-
iterator
public java.util.Iterator<TokenEntry> iterator()
-
-
compareTo
public int compareTo(Match other)
- Specified by:
compareTo
in interface java.lang.Comparable<Match>
-
getFirstMark
public TokenEntry getFirstMark()
-
-
getSecondMark
public TokenEntry getSecondMark()
-
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
-
getMarkSet
public java.util.Set<TokenEntry> getMarkSet()
-
-
getEndIndex
public int getEndIndex()
-
-
setMarkSet
public void setMarkSet(java.util.Set<TokenEntry> markSet)
-
-
setLabel
public void setLabel(java.lang.String aLabel)
-
-
getLabel
public java.lang.String getLabel()
-
-
addTokenEntry
public void addTokenEntry(TokenEntry entry)
-
-
Copyright © 2002-2011 InfoEther. All Rights Reserved.