|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IAnalysisMetaData | |
| net.sourceforge.groboutils.codecoverage.v2 | This package contains all the standard interfaces for extending the code coverage framework. |
| 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. |
| net.sourceforge.groboutils.codecoverage.v2.module | All analysis modules and their supporting classes. |
| Uses of IAnalysisMetaData in net.sourceforge.groboutils.codecoverage.v2 |
| Methods in net.sourceforge.groboutils.codecoverage.v2 with parameters of type IAnalysisMetaData | |
void |
IMethodCode.markInstruction(int index,
IAnalysisMetaData meta)
Marks an instruction for coverage analysis. |
| Uses of IAnalysisMetaData in net.sourceforge.groboutils.codecoverage.v2.compiler |
| Methods in net.sourceforge.groboutils.codecoverage.v2.compiler with parameters of type IAnalysisMetaData | |
void |
DefaultMethodCode.markInstruction(int index,
IAnalysisMetaData meta)
Marks an instruction for coverage analysis. |
| Uses of IAnalysisMetaData in net.sourceforge.groboutils.codecoverage.v2.datastore |
| Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return IAnalysisMetaData | |
IAnalysisMetaData |
MarkRecord.getAnalysisMetaData()
|
| Constructors in net.sourceforge.groboutils.codecoverage.v2.datastore with parameters of type IAnalysisMetaData | |
MarkRecord(IAnalysisMetaData data,
java.lang.String am,
java.lang.String methSig,
short markId)
|
|
| Uses of IAnalysisMetaData in net.sourceforge.groboutils.codecoverage.v2.module |
| Classes in net.sourceforge.groboutils.codecoverage.v2.module that implement IAnalysisMetaData | |
class |
DefaultAnalysisMetaData
Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||