|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBlock | |
---|---|
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
Uses of TextBlock in com.puppycrawl.tools.checkstyle.api |
---|
Methods in com.puppycrawl.tools.checkstyle.api that return TextBlock | |
---|---|
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. |
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,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. |
com.google.common.collect.ImmutableMap<Integer,TextBlock> |
FileContents.getCppComments()
Returns a map of all the C++ style comments. |
|
Back to the Checkstyle Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |