org.sonar.squid.sensors
Class BaseCommentsSensor.CommentLinesCounter

java.lang.Object
  extended by org.sonar.squid.sensors.BaseCommentsSensor.CommentLinesCounter
Enclosing class:
BaseCommentsSensor

public static class BaseCommentsSensor.CommentLinesCounter
extends java.lang.Object


Constructor Summary
BaseCommentsSensor.CommentLinesCounter()
           
 
Method Summary
 int getBlankCommentLines()
           
 int getCommentLinesOnLineOfCode()
           
 int getCommentsLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCommentsSensor.CommentLinesCounter

public BaseCommentsSensor.CommentLinesCounter()
Method Detail

getCommentsLines

public int getCommentsLines()

getBlankCommentLines

public int getBlankCommentLines()

getCommentLinesOnLineOfCode

public int getCommentLinesOnLineOfCode()


Copyright © 2009 SonarSource SA. All Rights Reserved.