public class ExceptionInfoAdder extends Object implements ExceptionInfoVisitor
| Constructor and Description |
|---|
ExceptionInfoAdder(ProgramClass targetClass,
CodeAttributeComposer targetComposer)
Creates a new ExceptionAdder that will copy exceptions into the given
target code attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitExceptionInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
ExceptionInfo exceptionInfo) |
public ExceptionInfoAdder(ProgramClass targetClass, CodeAttributeComposer targetComposer)
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
visitExceptionInfo in interface ExceptionInfoVisitorCopyright © 2015. All Rights Reserved.