Package mockit.asm.controlFlow


package mockit.asm.controlFlow
  • Class
    Description
    The control flow graph analysis algorithm, used to compute the maximum stack size for a method or constructor.
    An edge in the control flow graph of a method body.
    Information about the input and output stack map frames of a basic block.
     
    A label represents a position in the bytecode of a method.
    Writes the "StackMapTable" method attribute (or "StackMap" for classfiles older than Java 6).