Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.metrics |
Contains the Metrics checks that are
bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private AbstractClassCouplingCheck.FileContext |
AbstractClassCouplingCheck.fileContext
Current file context.
|
private AbstractClassCouplingCheck.FileContext |
AbstractClassCouplingCheck.ClassContext.parentContext
Parent file context.
|
Constructor and Description |
---|
ClassContext(AbstractClassCouplingCheck.FileContext parentContext,
java.lang.String className,
int lineNo,
int columnNo)
Create new context associated with given class.
|