Class NestingCounter
- java.lang.Object
-
- com.google.googlejavaformat.java.javadoc.NestingCounter
-
final class NestingCounter extends java.lang.ObjectMutable integer for tracking the level of nesting.
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Constructor Summary
Constructors Constructor Description NestingCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voiddecrementIfPositive()(package private) voidincrement()(package private) voidincrementIfPositive()(package private) booleanisPositive()(package private) voidreset()(package private) intvalue()
-