| Class | Description |
|---|---|
| BytecodeLookupSwitch |
A utility for processing
Bytecodes.LOOKUPSWITCH bytecodes. |
| Bytecodes |
Definitions of the standard Java bytecodes defined by Java Virtual
Machine Specification.
|
| Bytecodes.Flags |
A collection of flags describing various bytecode attributes.
|
| BytecodeStream |
A utility class that makes iterating over bytecodes and reading operands simpler and less error
prone.
|
| BytecodeSwitch |
An abstract class that provides the state and methods common to
Bytecodes.LOOKUPSWITCH
and Bytecodes.TABLESWITCH instructions. |
| BytecodeTableSwitch |
A utility for processing
Bytecodes.TABLESWITCH bytecodes. |
| Bytes |
A collection of utility methods for dealing with bytes, particularly in byte arrays.
|