Class JavaNCSSCheck.Counter

java.lang.Object
com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
Enclosing class:
JavaNCSSCheck

private static final class JavaNCSSCheck.Counter extends Object
Class representing a counter.
  • Field Details

    • count

      private int count
      The counters internal integer.
  • Constructor Details

  • Method Details

    • increment

      public void increment()
      Increments the counter.
    • getCount

      public int getCount()
      Gets the counters value.
      Returns:
      the counter