类 ClassCounter

    • 构造器详细资料

      • ClassCounter

        public ClassCounter()
    • 方法详细资料

      • getCount

        public int getCount()
        从接口复制的说明: Counter
        Returns the current value of the counter.
        指定者:
        getCount 在接口中 Counter
      • visitAnyClass

        public void visitAnyClass​(Clazz clazz)
        从接口复制的说明: ClassVisitor
        Visits any Clazz instance. The more specific default implementations of this interface delegate to this method.
        指定者:
        visitAnyClass 在接口中 ClassVisitor