-
-
Method Summary
boolean
Adds an existing part to this module
Can be used when the same part exists in different modules
Creates and returns a part that represents the result of compiling source
void
Set module as debuggable
By default modules are considered as not debuggable
void
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCBase
addEncodedMessage, addMessage, addMessage, getDecodedMessages, getDecodedMessages, getID, getMessages, getName, getProperties, getProperty, getProperty, isMessage, isProperty, setName, setProperty, updateProperty
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCTreeItem
addChild, addChildren, getChild, getChildren, getNumChildren, getParent, getQualifiedName, getUniqueID, getUUID, isRoot, refresh, setParent, setUUID, supportsUUID
-
Method Details
-
setDebuggable
void setDebuggable()
Set module as debuggable
By default modules are considered as not debuggable
-
setHit
void setHit()
Set as hit
-
createPart
Creates and returns a part that represents the result of compiling source
- Parameters:
name - part or compile unit name
- Returns:
ICCImportPart
- Throws:
CCDuplicatePartException - if the part already exists, the existing part can be retrieved from the exception
CCImportException
- Since:
- 4.0
-
addPart
Adds an existing part to this module
Can be used when the same part exists in different modules
- Parameters:
part - existing part
- Returns:
- true if part was added, false if it already exists
- Since:
- 9.0