Uses of Interface
com.puppycrawl.tools.checkstyle.api.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
Modifier and TypeClassDescriptionfinal class
A default implementation of the Context interface.Modifier and TypeFieldDescriptionprivate Context
Checker.childContext
The context of all child components.private Context
TreeWalker.childContext
Context of child components.Modifier and TypeMethodDescriptionfinal void
AbstractAutomaticBean.contextualize
(Context context) Implements the Contextualizable interface using bean introspection. -
Uses of Context in com.puppycrawl.tools.checkstyle.api
Modifier and TypeMethodDescriptionvoid
Contextualizable.contextualize
(Context context) Sets the context for this Component.