Interface ExceptionInfoVisitor
-
- All Known Implementing Classes:
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 ofExceptionInfo
instances. Note that there is only a single implementation ofExceptionInfo
, such that this interface is not strictly necessary as a visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-
-
Method Detail
-
visitExceptionInfo
void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-