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 475B

123456789101112131415161718
  1. <html>
  2. <body>
  3. Bytecode-level API.
  4. <p>This package provides low-level API for editing a raw class file.
  5. It allows the users to read and modify a constant pool entry, a single
  6. bytecode instruction, and so on.
  7. <p>The users of this package must know the specifications of
  8. class file and Java bytecode. For more details, read this book:
  9. <ul><li>Tim Lindholm and Frank Yellin,
  10. "The Java Virtual Machine Specification 2nd Ed.",
  11. Addison-Wesley, 1999.
  12. </li></ul>
  13. </body>
  14. </html>