Interface MaxStackSizeComputer.StackSizeConsumer

Enclosing class:
MaxStackSizeComputer

public static interface MaxStackSizeComputer.StackSizeConsumer
A consumer of before/after stack sizes at each offset evaluated by the MaxStackSizeComputer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int offset, int stackSizeBefore, int stackSizeAfter)
     
  • Method Details

    • accept

      void accept(int offset, int stackSizeBefore, int stackSizeAfter)