Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
Modifier and Type | Method and Description |
---|---|
TextBlock |
FileContents.getJavadocBefore(int aLineNo)
Returns the Javadoc comment before the specified line.
|
TextBlock |
FileContents.getJavadocBefore(int aLineNo)
Returns the Javadoc comment before the specified line.
|