com.puppycrawl.tools.checkstyle.grammars
public interface CommentListener
Method Summary | |
---|---|
void | reportBlockComment(String aType, int aStartLineNo, int aStartColNo, int aEndLineNo, int aEndColNo)
Report the location of a block comment that can span multiple lines.
|
void | reportSingleLineComment(String aType, int aStartLineNo, int aStartColNo)
Report the location of a single line comment that extends from the
given point to the end of the line. |
Parameters: aType an identifier for what type of comment it is. aStartLineNo the starting line number aStartColNo the starting column number aEndLineNo the ending line number aEndColNo the ending column number
Parameters: aType an identifier for what type of comment it is. aStartLineNo the starting line number aStartColNo the starting column number