|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisModuleSet | |
net.sourceforge.groboutils.codecoverage.v2.compiler | Handles the post-compilation engine. |
net.sourceforge.groboutils.codecoverage.v2.datastore | Controls the meta-data access for post-compilation and report generation, and logging data. |
Uses of AnalysisModuleSet in net.sourceforge.groboutils.codecoverage.v2.compiler |
Methods in net.sourceforge.groboutils.codecoverage.v2.compiler with parameters of type AnalysisModuleSet | |
ClassRecord |
ModifiedClass.createClassRecord(AnalysisModuleSet ams)
|
Uses of AnalysisModuleSet in net.sourceforge.groboutils.codecoverage.v2.datastore |
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return AnalysisModuleSet | |
AnalysisModuleSet |
IMetaDataReader.getAnalysisModuleSet()
Returns the list of all known modules at the time of recording. |
AnalysisModuleSet |
DirMetaDataReader.getAnalysisModuleSet()
Returns the list of all known modules at the time of recording. |
AnalysisModuleSet |
ClassRecord.getAnalysisModuleSet()
Returns a copy of the internal analysis module set. |
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore with parameters of type AnalysisModuleSet | |
void |
AnalysisModuleSet.joinAnalysisModuleSet(AnalysisModuleSet set)
Join a module set to this set. |
Constructors in net.sourceforge.groboutils.codecoverage.v2.datastore with parameters of type AnalysisModuleSet | |
ClassRecord(java.lang.String className,
long classCRC,
java.lang.String[] methSigs,
AnalysisModuleSet ams)
|
|
AnalysisModuleSet(AnalysisModuleSet ams)
Copy ams's modules into this new set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |