Class VariableSizeUpdater

java.lang.Object
proguard.classfile.editor.VariableSizeUpdater
All Implemented Interfaces:
AttributeVisitor, InstructionVisitor

public class VariableSizeUpdater extends Object implements AttributeVisitor, InstructionVisitor
This AttributeVisitor computes and updates the maximum local variable frame size of the code attributes that it visits. It also cleans up the local variable tables.