|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.visitor.ExceptionHandlerConstantVisitor
public class ExceptionHandlerConstantVisitor
This ExceptionInfoVisitor lets a given
ConstantVisitor visit all catch class constants of exceptions
that it visits.
| Constructor Summary | |
|---|---|
ExceptionHandlerConstantVisitor(ConstantVisitor constantVisitor)
Creates a new ExceptionHandlerConstantVisitor. |
|
| 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 ExceptionHandlerConstantVisitor(ConstantVisitor constantVisitor)
constantVisitor - the ConstantVisitor that will visit the catch
class constants.| 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 | ||||||||