Class ClassCounter

    • Constructor Detail

      • ClassCounter

        public ClassCounter()
    • Method Detail

      • getCount

        public int getCount()
        Description copied from interface: Counter
        Returns the current value of the counter.
        Specified by:
        getCount in interface Counter
      • visitAnyClass

        public void visitAnyClass​(Clazz clazz)
        Description copied from interface: ClassVisitor
        Visits any Clazz instance. The more specific default implementations of this interface delegate to this method.
        Specified by:
        visitAnyClass in interface ClassVisitor