Uses of Class
com.puppycrawl.tools.checkstyle.api.AbstractCheck.FileContext
-
Packages that use AbstractCheck.FileContext Package Description com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. -
-
Uses of AbstractCheck.FileContext in com.puppycrawl.tools.checkstyle.api
Fields in com.puppycrawl.tools.checkstyle.api with type parameters of type AbstractCheck.FileContext Modifier and Type Field Description private ThreadLocal<AbstractCheck.FileContext>
AbstractCheck. context
The check context.
-