Package proguard.util
Interface Counter
-
- All Known Implementing Classes:
AttributeCounter,ClassCounter,ConstantCounter,ExceptionCounter,InstructionCounter,MemberCounter,MethodCounter
public interface CounterThis provides a counter that can be retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()Returns the current value of the counter.
-