Package proguard.classfile.editor
Class ExceptionInfoAdder
- java.lang.Object
- 
- proguard.classfile.editor.ExceptionInfoAdder
 
- 
- All Implemented Interfaces:
- ExceptionInfoVisitor
 
 public class ExceptionInfoAdder extends java.lang.Object implements ExceptionInfoVisitor ThisExceptionInfoVisitoradds all exception information that it visits to the given target code attribute.
- 
- 
Constructor SummaryConstructors Constructor Description ExceptionInfoAdder(ProgramClass targetClass, CodeAttributeComposer targetComposer)Creates a new ExceptionAdder that will copy exceptions into the given target code attribute.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
 
- 
- 
- 
Constructor Detail- 
ExceptionInfoAdderpublic ExceptionInfoAdder(ProgramClass targetClass, CodeAttributeComposer targetComposer) Creates a new ExceptionAdder that will copy exceptions into the given target code attribute.
 
- 
 - 
Method Detail- 
visitExceptionInfopublic void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) - Specified by:
- visitExceptionInfoin interface- ExceptionInfoVisitor
 
 
- 
 
-