1<html>
2<body>
3Bytecode Analysis API.
4
5<p>This package provides an API for performing data-flow analysis on a method's bytecode.
6This allows the user to determine the type state of the stack and local variable table 
7at the start of every instruction. In addition this API can be used to validate 
8bytecode, find dead bytecode, and identify unnecessary checkcasts.
9
10<p>The users of this package must know the specifications of
11class 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.",
15Addison-Wesley, 1999.
16</ul>
17
18</body>
19</html>
20