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.FileContextAbstractClassCouplingCheck. fileContextCurrent file context.private AbstractClassCouplingCheck.FileContextAbstractClassCouplingCheck.ClassContext. parentContextParent 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.
-