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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCount()
Returns the current value of the counter.
-