Package proguard.util

Interface Counter

All Known Implementing Classes:
AttributeCounter, ClassCounter, ConstantCounter, ExceptionCounter, InstructionCounter, MemberCounter, MethodCounter

public interface Counter
This provides a counter that can be retrieved.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the current value of the counter.
  • Method Details

    • getCount

      int getCount()
      Returns the current value of the counter.