proguard.classfile.attribute.visitor
Interface ExceptionInfoVisitor

All Known Implementing Classes:
BranchTargetFinder, ClassCleaner, ClassPrinter, CodeAttributeComposer, CodeAttributeEditor, CodeSubroutineInliner, ConstantPoolRemapper, ExceptionCounter, ExceptionExcludedOffsetFilter, ExceptionHandlerConstantVisitor, ExceptionHandlerFilter, ExceptionInfoAdder, ExceptionOffsetFilter, ExceptionRangeFilter, LivenessAnalyzer, PartialEvaluator, ProgramClassReader, ReachableCodeMarker, ShortestUsageMarker, StackSizeComputer, TailRecursionSimplifier, UnreachableExceptionRemover

public interface ExceptionInfoVisitor

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


Method Summary
 void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
           
 

Method Detail

visitExceptionInfo

void visitExceptionInfo(Clazz clazz,
                        Method method,
                        CodeAttribute codeAttribute,
                        ExceptionInfo exceptionInfo)