net.sourceforge.pmd.cpd
Class Mark
java.lang.Object
net.sourceforge.pmd.cpd.Mark
- public class Mark
- extends java.lang.Object
Constructor Summary |
Mark(int offset,
java.lang.String tokenSrcID,
int index,
int beginLine)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
indexIntoFile
private int indexIntoFile
indexIntoTokenArray
private int indexIntoTokenArray
tokenSrcID
private java.lang.String tokenSrcID
beginLine
private int beginLine
Mark
public Mark(int offset,
java.lang.String tokenSrcID,
int index,
int beginLine)
getBeginLine
public int getBeginLine()
getTokenSrcID
public java.lang.String getTokenSrcID()
getIndexIntoFile
public int getIndexIntoFile()
getIndexIntoTokenArray
public int getIndexIntoTokenArray()
toString
public java.lang.String toString()