org.sonar.squid.sensors
Class CommentSensors

java.lang.Object
  extended by org.sonar.squid.sensors.ASTSensor
      extended by org.sonar.squid.sensors.BaseCommentsSensor
          extended by org.sonar.squid.sensors.CommentSensors

public class CommentSensors
extends BaseCommentsSensor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.squid.sensors.BaseCommentsSensor
BaseCommentsSensor.CommentLinesCounter
 
Constructor Summary
CommentSensors()
           
 
Method Summary
 void visitFile(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
           
 
Methods inherited from class org.sonar.squid.sensors.BaseCommentsSensor
countCommentLines
 
Methods inherited from class org.sonar.squid.sensors.ASTSensor
addResource, ensureResourceType, equals, findParent, findType, getFileContents, getScope, getWantedTokens, hashCode, isClass, isClassVariable, isFinal, isInterface, isInterfaceVariable, isScope, isStatic, isType, leaveFile, leaveToken, peekResource, popResource, setFileContents, setResourcesStack, visitToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentSensors

public CommentSensors()
Method Detail

visitFile

public void visitFile(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
Overrides:
visitFile in class ASTSensor


Copyright © 2009 SonarSource SA. All Rights Reserved.