public class ExceptionCounter extends Object implements ExceptionInfoVisitor
| Constructor and Description |
|---|
ExceptionCounter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the number of exceptions that has been visited so far.
|
void |
visitExceptionInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
ExceptionInfo exceptionInfo) |
public int getCount()
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
visitExceptionInfo in interface ExceptionInfoVisitorCopyright © 2015. All Rights Reserved.