Interface ICCModule

All Superinterfaces:
Comparable<ICCModule>, ICCBase, ICCCoverageDataBasic, ICCPercentItem, ICCStatementDataBasic, ICCTreeItem
All Known Subinterfaces:
ICCImportModule

Represents a module (typically the result of a link step) for compiled languages Contains ICCPart
Since:
4.0
  • Method Details

    • getParts

      ICCPart[] getParts()
      Returns the parts that make up this module. These "parts" are normally the result of a compile that is then linked into a module
      Returns:
      array of parts or an empty array
    • isDebuggable

      boolean isDebuggable()
      Returns true if 1 or more parts are debuggable and the debug information was linked into or attached to the module
      Returns:
      true if module has debug info