1 <html> 2 <body> 3 Bytecode Analysis API. 4 5 <p>This package provides an API for performing data-flow analysis on a method's bytecode. 6 This allows the user to determine the type state of the stack and local variable table 7 at the start of every instruction. In addition this API can be used to validate 8 bytecode, find dead bytecode, and identify unnecessary checkcasts. 9 10 <p>The users of this package must know the specifications of 11 class file and Java bytecode. For more details, read this book: 12 13 <ul>Tim Lindholm and Frank Yellin, 14 "The Java Virtual Machine Specification 2nd Ed.", 15 Addison-Wesley, 1999. 16 </ul> 17 18 </body> 19 </html> 20