1<body> 2This package contains classes to represent Java bytecode instructions. 3<p> 4Not every instruction currently has its own class. Only groups of instructions 5that refer to the constant pool get their own representations. 6<p> 7While the package is sufficient for the current needs of the ProGuard 8application, it may very well be reorganised and extended in the future. 9</body> 10