Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Packages that use AbstractClassCouplingCheck.FileContext Package Description com.puppycrawl.tools.checkstyle.checks.metrics Contains the Metrics checks that are bundled with the main distribution. -
-
Uses of AbstractClassCouplingCheck.FileContext in com.puppycrawl.tools.checkstyle.checks.metrics
Fields in com.puppycrawl.tools.checkstyle.checks.metrics declared as AbstractClassCouplingCheck.FileContext Modifier and Type Field Description private AbstractClassCouplingCheck.FileContext
AbstractClassCouplingCheck. fileContext
Current file context.private AbstractClassCouplingCheck.FileContext
AbstractClassCouplingCheck.ClassContext. parentContext
Parent file context.Constructors in com.puppycrawl.tools.checkstyle.checks.metrics with parameters of type AbstractClassCouplingCheck.FileContext Constructor Description ClassContext(AbstractClassCouplingCheck.FileContext parentContext, java.lang.String className, int lineNo, int columnNo)
Create new context associated with given class.
-