net.sourceforge.groboutils.codecoverage.v2.datastore
Class MarkRecord
java.lang.Object
net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
- public class MarkRecord
- extends java.lang.Object
Contains data associated with an analysis module's bytecode instruction
mark. It should be associated with a particular class.
- Since:
- December 15, 2002
- Version:
- $Date: 2003/11/25 13:10:41 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MarkRecord
public MarkRecord(IAnalysisMetaData data,
java.lang.String am,
java.lang.String methSig,
short markId,
int lineNumber)
- Parameters:
data
- cannot be null.am
- the analysis module that made this mark.methSig
- the method signature where this mark was placed.lineNumber
- the Java source line corresponding to this mark.
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
getAnalysisMetaData
public IAnalysisMetaData getAnalysisMetaData()
getAnalysisModule
public java.lang.String getAnalysisModule()
getAnalysisModuleIndex
public short getAnalysisModuleIndex()
getMethodSignature
public java.lang.String getMethodSignature()
getMethodIndex
public short getMethodIndex()
getMarkIndex
public short getMarkIndex()
getLineNumber
public int getLineNumber()
toString
public java.lang.String toString()
Copyright © 2001-2003 by The GroboUtils Project