ICoverageNode
, ISourceNode
ClassCoverageImpl
public interface IClassCoverage extends ISourceNode
IMethodCoverage
ICoverageNode.CounterEntity, ICoverageNode.ElementType
UNKNOWN_LINE
Modifier and Type | Method | Description |
---|---|---|
long |
getId() |
Returns the identifier for this class which is the CRC64 signature of the
class definition.
|
java.lang.String[] |
getInterfaceNames() |
Returns the VM names of implemented/extended interfaces.
|
java.util.Collection<IMethodCoverage> |
getMethods() |
Returns the methods included in this class.
|
java.lang.String |
getPackageName() |
Returns the VM name of the package this class belongs to.
|
java.lang.String |
getSignature() |
Returns the VM signature of the class.
|
java.lang.String |
getSourceFileName() |
Returns the optional name of the corresponding source file.
|
java.lang.String |
getSuperName() |
Returns the VM name of the superclass.
|
boolean |
isNoMatch() |
Returns if the the analyzed class does match the execution data provided.
|
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
getFirstLine, getLastLine, getLine
long getId()
boolean isNoMatch()
true
if this class does not match to the provided
execution data.java.lang.String getSignature()
null
)java.lang.String getSuperName()
null
, i.e.
java/lang/Object
)java.lang.String[] getInterfaceNames()
java.lang.String getPackageName()
java.lang.String getSourceFileName()
java.util.Collection<IMethodCoverage> getMethods()
Copyright © 2018. All rights reserved.