Package proguard.classfile.visitor
Class ExceptionHandlerConstantVisitor
java.lang.Object
proguard.classfile.visitor.ExceptionHandlerConstantVisitor
- All Implemented Interfaces:
ExceptionInfoVisitor
This
ExceptionInfoVisitor lets a given ConstantVisitor visit all catch class
constants of exceptions that it visits.-
Constructor Summary
ConstructorsConstructorDescriptionExceptionHandlerConstantVisitor(ConstantVisitor constantVisitor) Creates a new ExceptionHandlerConstantVisitor. -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
Constructor Details
-
ExceptionHandlerConstantVisitor
Creates a new ExceptionHandlerConstantVisitor.- Parameters:
constantVisitor- the ConstantVisitor that will visit the catch class constants.
-
-
Method Details
-
visitExceptionInfo
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) - Specified by:
visitExceptionInfoin interfaceExceptionInfoVisitor
-