You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 834B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <!--
  5. $Id: package.html,v 1.2 2008/05/28 23:53:02 aclement Exp $
  6. -->
  7. </head>
  8. <body bgcolor="white">
  9. Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
  10. a nice side effect.
  11. <h2>Package Specification</h2>
  12. Contained in this package is a PassVerifier class for use with the JustIce verifier and its utility classes.
  13. Only the pass performing what Sun calls "Structural Constraints on Java Virtual Machine Code"
  14. has a PassVerifier class here. JustIce calls this pass "Pass 3b".
  15. <h2>Related Documentation</h2>
  16. For a simple demonstration of JustIce working, please see:
  17. <ul>
  18. <li><a href="https://www.inf.fu-berlin.de/~ehaase/cgi-html/Verifier.html">A WWW front-end for JustIce.</a>
  19. </ul>
  20. </body>
  21. </html>