proguard.classfile.attribute.visitor
Interface LocalVariableInfoVisitor
- All Known Implementing Classes:
- ClassPrinter, ClassReferenceFixer, ClassReferenceInitializer, CodeAttributeComposer, CodeAttributeEditor, ConstantPoolRemapper, LocalVariableInfoAdder, ProgramClassReader, ReferencedClassVisitor, ShortestUsageMarker, TargetClassChanger, Utf8UsageMarker, VariableRemapper
public interface LocalVariableInfoVisitor
This interface specifies the methods for a visitor of
LocalVariableInfo objects. Note that there is only a single
implementation of LocalVariableInfo, such that this interface
is not strictly necessary as a visitor.
visitLocalVariableInfo
void visitLocalVariableInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LocalVariableInfo localVariableInfo)