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.
|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Modifier and Type | Method and Description |
---|---|
FileContents |
TreeWalkerAuditEvent.getFileContents()
Returns contents of the file.
|
Modifier and Type | Method and Description |
---|---|
static DetailAST |
JavaParser.parse(FileContents contents)
Static helper method to parses a Java source file.
|
Constructor and Description |
---|
TreeWalkerAuditEvent(FileContents fileContents,
String fileName,
LocalizedMessage localizedMessage,
DetailAST rootAst)
Creates a new
TreeWalkerAuditEvent instance. |
Modifier and Type | Method and Description |
---|---|
FileContents |
AbstractCheck.getFileContents()
Returns the file contents associated with the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCheck.setFileContents(FileContents contents)
Set the file contents associated with the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
SuppressionCommentFilter.setFileContents(FileContents fileContents)
Set the FileContents for this filter.
|
void |
SuppressWithNearbyCommentFilter.setFileContents(FileContents fileContents)
Set the FileContents for this filter.
|
Copyright © 2001–2018. All rights reserved.