Class ExceptionHandlerConstantVisitor

java.lang.Object
proguard.classfile.visitor.ExceptionHandlerConstantVisitor
All Implemented Interfaces:
ExceptionInfoVisitor

public class ExceptionHandlerConstantVisitor extends Object implements ExceptionInfoVisitor
This ExceptionInfoVisitor lets a given ConstantVisitor visit all catch class constants of exceptions that it visits.
  • Constructor Details

    • ExceptionHandlerConstantVisitor

      public ExceptionHandlerConstantVisitor(ConstantVisitor constantVisitor)
      Creates a new ExceptionHandlerConstantVisitor.
      Parameters:
      constantVisitor - the ConstantVisitor that will visit the catch class constants.
  • Method Details