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
-
Method Details
-
getCount
int getCount()Returns the current value of the counter.
-