|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBlock | |
---|---|
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
com.puppycrawl.tools.checkstyle.checks.javadoc | Contains the Javadoc checks that are bundled with the main distribution. |
Uses of TextBlock in com.puppycrawl.tools.checkstyle.api |
---|
Classes in com.puppycrawl.tools.checkstyle.api that implement TextBlock | |
---|---|
class |
Comment
Representation of the comment block. |
Methods in com.puppycrawl.tools.checkstyle.api that return TextBlock | |
---|---|
TextBlock |
FileContents.getJavadocBefore(int aLineNo)
Returns the Javadoc comment before the specified line. |
Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type TextBlock | |
---|---|
com.google.common.collect.ImmutableMap<Integer,List<TextBlock>> |
FileContents.getCComments()
Returns a map of all C style comments. |
com.google.common.collect.ImmutableMap<Integer,TextBlock> |
FileContents.getCppComments()
Returns a map of all the C++ style comments. |
Uses of TextBlock in com.puppycrawl.tools.checkstyle.checks.javadoc |
---|
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type TextBlock | |
---|---|
static JavadocTags |
JavadocUtils.getJavadocTags(TextBlock aCmt,
JavadocUtils.JavadocTagType aTagType)
Gets validTags from a given piece of Javadoc. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |