Class MaxStackSizeComputer

java.lang.Object
proguard.classfile.attribute.visitor.MaxStackSizeComputer
All Implemented Interfaces:
AttributeVisitor, ExceptionInfoVisitor, InstructionVisitor

public class MaxStackSizeComputer extends Object implements AttributeVisitor, InstructionVisitor, ExceptionInfoVisitor
This AttributeVisitor computes the maximum stack size of the code attributes that it visits.

This is a more memory efficient version of StackSizeComputer that doesn't store the stack sizes for every offset.