|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.editor.ExceptionInfoAdder
public class ExceptionInfoAdder
This ExceptionInfoVisitor adds all exception information that it visits to the given target code attribute.
| Constructor Summary | |
|---|---|
ExceptionInfoAdder(ProgramClass targetClass,
CodeAttributeComposer targetComposer)
Creates a new ExceptionAdder that will copy exceptions into the given target code attribute. |
|
| Method Summary | |
|---|---|
void |
visitExceptionInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
ExceptionInfo exceptionInfo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionInfoAdder(ProgramClass targetClass,
CodeAttributeComposer targetComposer)
| Method Detail |
|---|
public void visitExceptionInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
ExceptionInfo exceptionInfo)
visitExceptionInfo in interface ExceptionInfoVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||