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