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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContext
A default implementation of the Context interface.
|
Modifier and Type | Field and Description |
---|---|
private Context |
Checker.childContext
The context of all child components.
|
private Context |
TreeWalker.childContext
Context of child components.
|
Modifier and Type | Method and Description |
---|---|
void |
Contextualizable.contextualize(Context context)
Sets the context for this Component.
|
void |
AutomaticBean.contextualize(Context context)
Implements the Contextualizable interface using bean introspection.
|