Interface ExceptionInfoVisitor

All Known Implementing Classes:
AllProcessableVisitor, BranchTargetFinder, ClassCleaner, ClassPrinter, CodeAttributeComposer, CodeAttributeEditor, CodeSubroutineInliner, ConstantPoolRemapper, ConstantPoolShrinker, ExceptionCounter, ExceptionExcludedOffsetFilter, ExceptionHandlerConstantVisitor, ExceptionHandlerFilter, ExceptionInfoAdder, ExceptionOffsetFilter, ExceptionRangeFilter, LivenessAnalyzer, MaxStackSizeComputer, PartialEvaluator, ProcessingInfoSetter, ProgramClassReader

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