proguard.classfile.visitor
Interface ExceptionInfoVisitor
- All Known Implementing Classes:
- BranchTargetFinder, ClassFileCleaner, ClassFilePrinter, CodeAttrInfoEditor, ConstantPoolRemapper, NameAndTypeShrinker, PartialEvaluator, UsageMarker
- 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.
visitExceptionInfo
public void visitExceptionInfo(ClassFile classFile,
MethodInfo methodInfo,
CodeAttrInfo codeAttrInfo,
ExceptionInfo exceptionInfo)