Uses of Interface
com.puppycrawl.tools.checkstyle.api.Context
Packages that use Context
Package
Description
Contains the implementation of the Checkstyle framework.
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 ContextModifier and TypeClassDescriptionfinal class
A default implementation of the Context interface.Fields in com.puppycrawl.tools.checkstyle declared as ContextModifier and TypeFieldDescriptionprivate 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 ContextModifier and TypeMethodDescriptionfinal 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 ContextModifier and TypeMethodDescriptionvoid
Contextualizable.contextualize
(Context context) Sets the context for this Component.