java.lang.Object
com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
-
Field Summary
Fields
private int
The counters internal integer.
-
Constructor Summary
Constructors
private
Creates a new Counter instance.
-
Method Summary
(package private) int
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
count
The counters internal integer.
-
Constructor Details
-
Counter
Creates a new Counter instance.
-
Method Details
-
increment
Increments the counter.
-
getCount
Gets the counters value.
- Returns:
- the counter