Uses of Interface
com.puppycrawl.tools.checkstyle.api.TextBlock

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.
 

Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type TextBlock
 com.google.common.collect.ImmutableMap<java.lang.Integer,java.util.List<TextBlock>> FileContents.getCComments()
          Returns a map of all C style comments.
 com.google.common.collect.ImmutableMap<java.lang.Integer,TextBlock> FileContents.getCppComments()
          Returns a map of all the C++ style comments.
 



Copyright © 2001-2011. All Rights Reserved.