Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.IMethodCode

Packages that use IMethodCode
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.module All analysis modules and their supporting classes. 
 

Uses of IMethodCode in net.sourceforge.groboutils.codecoverage.v2
 

Methods in net.sourceforge.groboutils.codecoverage.v2 with parameters of type IMethodCode
 void IAnalysisModule.analyze(IMethodCode method)
          Perform the analysis on the method.
 

Uses of IMethodCode in net.sourceforge.groboutils.codecoverage.v2.compiler
 

Classes in net.sourceforge.groboutils.codecoverage.v2.compiler that implement IMethodCode
 class DefaultMethodCode
          Implements the per-module interface to the method's code and marking the code.
 

Uses of IMethodCode in net.sourceforge.groboutils.codecoverage.v2.module
 

Methods in net.sourceforge.groboutils.codecoverage.v2.module with parameters of type IMethodCode
 void LineCountMeasure.analyze(IMethodCode method)
          Perform the analysis on the method.
 void FunctionMeasure.analyze(IMethodCode method)
          Perform the analysis on the method.
 void CallPairMeasure.analyze(IMethodCode method)
          Perform the analysis on the method.
 void BytecodeCountMeasure.analyze(IMethodCode method)
          Perform the analysis on the method.
 void BranchCountMeasure.analyze(IMethodCode method)
          Perform the analysis on the method.
protected  void AbstractMeasure.markInstruction(IMethodCode method, int instrPos, IAnalysisMetaData data, boolean allowDuplicates)
           
 

Constructors in net.sourceforge.groboutils.codecoverage.v2.module with parameters of type IMethodCode
BytecodeLineUtil(IMethodCode m)
           
 



Copyright © 2001-2003 by The GroboUtils Project