head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2008.09.16.16.34.19; author martin; state Exp;
branches;
next ;
commitid 1f1b48cfe0084567;
desc
@@
1.1
log
@Add BCEL 5.1 source
@
text
@
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
Package Specification
Contained in this package is a PassVerifier class for use with the JustIce verifier and its utility classes.
Only the pass performing what Sun calls "Structural Constraints on Java Virtual Machine Code"
has a PassVerifier class here. JustIce calls this pass "Pass 3b".
Related Documentation
For a simple demonstration of JustIce working, please see:
@