Uses of Interface
com.puppycrawl.tools.checkstyle.api.Context
-
Packages that use Context Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. -
-
Uses of Context in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement Context Modifier and Type Class Description class
DefaultContext
A default implementation of the Context interface.Fields in com.puppycrawl.tools.checkstyle declared as Context Modifier and Type Field Description private Context
Checker. childContext
The context of all child components.private Context
TreeWalker. childContext
Context of child components.Methods in com.puppycrawl.tools.checkstyle with parameters of type Context Modifier and Type Method Description void
AbstractAutomaticBean. contextualize(Context context)
Implements the Contextualizable interface using bean introspection. -
Uses of Context in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api with parameters of type Context Modifier and Type Method Description void
Contextualizable. contextualize(Context context)
Sets the context for this Component.
-