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 with type parameters of type AbstractClassCouplingCheck.ClassContext Modifier and Type Field Description private Deque<AbstractClassCouplingCheck.ClassContext>
AbstractClassCouplingCheck. classesContexts
Stack of class contexts.
-