JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
int
getCount
()
Returns the current value of the counter.
Method Detail
getCount
int getCount()
Returns the current value of the counter.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method