Package net.sourceforge.groboutils.codecoverage.v2.compiler

Handles the post-compilation engine.

See:
          Description

Class Summary
DefaultMethodCode Implements the per-module interface to the method's code and marking the code.
MarkedInstruction Contains one original method instruction, along with all the analysis module marks for this instruction.
ModifiedClass Refers to a class file that has been modified with additional logging statements.
ModifiedInstructionList Refers to a class file that has been modified with additional logging statements.
ModifiedMethod Refers to a class file that has been modified with additional logging statements.
NullInstruction Refers to a non-existent instruction, which are at the end of the list.
ParseCoverageLogger Parses the CoverageLogger class to discover the BCEL compatible invocation objects and names.
PostCompileClass This is the main entry-point for performing the post-compilation of class files.
 

Package net.sourceforge.groboutils.codecoverage.v2.compiler Description

Handles the post-compilation engine.



Copyright © 2001-2003 by The GroboUtils Project