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.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.header |
File Header checks.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
com.puppycrawl.tools.checkstyle.checks.sizes |
Contains the Size Violations checks
that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.whitespace |
Contains the Whitespace checks that
are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.xpath |
Contains the nodes implementations for XPATH queries and query generator.
|
Modifier and Type | Method and Description |
---|---|
static DetailAST |
JavaParser.parseFileText(FileText text,
JavaParser.Options options)
Parse a text and return the parse tree.
|
static String |
AstTreeStringPrinter.printAst(FileText text,
JavaParser.Options options)
Parse a file and print the parse tree.
|
protected void |
TreeWalker.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
FileText |
FileContents.getText()
Get the full text of the file.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<LocalizedMessage> |
FileSetCheck.process(File file,
FileText fileText)
Request to process a file.
|
SortedSet<LocalizedMessage> |
AbstractFileSetCheck.process(File file,
FileText fileText) |
protected abstract void |
AbstractFileSetCheck.processFiltered(File file,
FileText fileText)
Called to process a file that matches the specified file extensions.
|
Constructor and Description |
---|
FileContents(FileText text)
Creates a new
FileContents instance. |
FileText(FileText fileText)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UniquePropertiesCheck.processFiltered(File file,
FileText fileText) |
protected void |
TranslationCheck.processFiltered(File file,
FileText fileText) |
protected void |
NewlineAtEndOfFileCheck.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
protected void |
RegexpHeaderCheck.processFiltered(File file,
FileText fileText) |
protected void |
HeaderCheck.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavadocPackageCheck.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
protected void |
RegexpSinglelineCheck.processFiltered(File file,
FileText fileText) |
protected void |
RegexpOnFilenameCheck.processFiltered(File file,
FileText fileText) |
protected void |
RegexpMultilineCheck.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileLengthCheck.processFiltered(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileTabCharacterCheck.processFiltered(File file,
FileText fileText) |
Constructor and Description |
---|
XpathQueryGenerator(DetailAST rootAst,
int lineNumber,
int columnNumber,
FileText fileText,
int tabWidth)
Creates a new
XpathQueryGenerator instance. |
Copyright © 2001–2018. All rights reserved.