Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Packages that use AbstractClassCouplingCheck.ClassContext Package Description com.puppycrawl.tools.checkstyle.checks.metrics Contains the Metrics checks that are bundled with the main distribution. -
-
Uses of AbstractClassCouplingCheck.ClassContext in com.puppycrawl.tools.checkstyle.checks.metrics
Fields in com.puppycrawl.tools.checkstyle.checks.metrics declared as AbstractClassCouplingCheck.ClassContext Modifier and Type Field Description private AbstractClassCouplingCheck.ClassContext
AbstractClassCouplingCheck.FileContext. classContext
Current context.Fields in com.puppycrawl.tools.checkstyle.checks.metrics with type parameters of type AbstractClassCouplingCheck.ClassContext Modifier and Type Field Description private java.util.Deque<AbstractClassCouplingCheck.ClassContext>
AbstractClassCouplingCheck.FileContext. classesContexts
Stack of class contexts.
-