Interface IMethodCoverage

All Superinterfaces:
ICoverageNode, ISourceNode
All Known Implementing Classes:
MethodCoverageImpl

public interface IMethodCoverage extends ISourceNode
Coverage data of a single method. The name of this node is the local method name.
  • Method Details

    • getDesc

      String getDesc()
      Returns the descriptor of the method.
      Returns:
      descriptor
    • getSignature

      String getSignature()
      Returns the generic signature of the method if defined.
      Returns:
      generic signature or null