类 ExceptionCounter
- java.lang.Object
-
- proguard.classfile.visitor.ExceptionCounter
-
- 所有已实现的接口:
ExceptionInfoVisitor,Counter
public class ExceptionCounter extends java.lang.Object implements ExceptionInfoVisitor, Counter
ThisExceptionInfoVisitorcounts the number of exceptions that has been visited.
-
-
构造器概要
构造器 构造器 说明 ExceptionCounter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetCount()Returns the number of exceptions that has been visited so far.voidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-
-
方法详细资料
-
getCount
public int getCount()
Returns the number of exceptions that has been visited so far.
-
visitExceptionInfo
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
- 指定者:
visitExceptionInfo在接口中ExceptionInfoVisitor
-
-