public interface IClassCoverage extends ISourceNode
IMethodCoverage
ICoverageNode.CounterEntity, ICoverageNode.ElementType
UNKNOWN_LINE
Modifier and Type | Method and Description |
---|---|
long |
getId()
Returns the identifier for this class which is the CRC64 signature of the
class definition.
|
String[] |
getInterfaceNames()
Returns the VM names of implemented/extended interfaces
|
Collection<IMethodCoverage> |
getMethods()
Returns the methods included in this class.
|
String |
getPackageName()
Returns the VM name of the package this class belongs to.
|
String |
getSignature()
Returns the VM signature of the class.
|
String |
getSourceFileName()
Returns the optional name of the corresponding source file.
|
String |
getSuperName()
Returns the VM name of the superclass.
|
getFirstLine, getLastLine, getLine
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
long getId()
String getSignature()
null
)String getSuperName()
null
, i.e.
java/lang/Object
)String[] getInterfaceNames()
String getPackageName()
String getSourceFileName()
Collection<IMethodCoverage> getMethods()
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.