|
bcel API: Package org.apache.bcel.verifier.structurals
Package org.apache.bcel.verifier.structuralsProvides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
See:
Package org.apache.bcel.verifier.structurals DescriptionProvides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. Package SpecificationContained 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 DocumentationFor a simple demonstration of JustIce working, please see:
|