proguard.classfile.attribute.visitor
Interface LocalVariableTypeInfoVisitor

All Known Implementing Classes:
ClassPrinter, ClassReferenceFixer, ClassReferenceInitializer, CodeAttributeComposer, CodeAttributeEditor, ConstantPoolRemapper, LocalVariableTypeInfoAdder, ProgramClassReader, ReferencedClassVisitor, ShortestUsageMarker, TargetClassChanger, Utf8UsageMarker, VariableRemapper

public interface LocalVariableTypeInfoVisitor

This interface specifies the methods for a visitor of LocalVariableTypeInfo objects. Note that there is only a single implementation of LocalVariableTypeInfo, such that this interface is not strictly necessary as a visitor.


Method Summary
 void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
           
 

Method Detail

visitLocalVariableTypeInfo

void visitLocalVariableTypeInfo(Clazz clazz,
                                Method method,
                                CodeAttribute codeAttribute,
                                LocalVariableTypeInfo localVariableTypeInfo)