Class AttributeCounter

    • Constructor Detail

      • AttributeCounter

        public AttributeCounter()
    • Method Detail

      • getCount

        public int getCount()
        Returns the number of class members that has been visited so far.
        Specified by:
        getCount in interface Counter
      • visitAnyAttribute

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