org.acm.seguin.pmd.cpd
Class Mark
java.lang.Object
org.acm.seguin.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 |
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()
- Overrides:
toString
in class java.lang.Object