net.sourceforge.pmd.cpd
Class Match
public
class
Match
extends Object
implements Comparable
BSD-style license; for more info see http://pmd.sourceforge.net/license.html
public int compareTo(Object o)
public int getEndIndex()
public int getLineCount()
public int getMarkCount()
public Set getMarkSet()
public String getSourceCodeSlice()
public int getTokenCount()
public Iterator iterator()
public void setLineCount(int lineCount)
public void setMarkSet(Set markSet)
public void setSourceCodeSlice(String code)
public String toString()