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 classDefaultContextA default implementation of the Context interface.Fields in com.puppycrawl.tools.checkstyle declared as Context Modifier and Type Field Description private ContextChecker. childContextThe context of all child components.private ContextTreeWalker. childContextContext of child components.Methods in com.puppycrawl.tools.checkstyle with parameters of type Context Modifier and Type Method Description voidAbstractAutomaticBean. 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 voidContextualizable. contextualize(Context context)Sets the context for this Component.
-