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