Interface MaxStackSizeComputer.StackSizeConsumer
-
- Enclosing class:
- MaxStackSizeComputer
public static interface MaxStackSizeComputer.StackSizeConsumer
A consumer of before/after stack sizes at each offset evaluated by theMaxStackSizeComputer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(int offset, int stackSizeBefore, int stackSizeAfter)
-