org.sonar.javascript
Class EcmaScriptCommentAnalyser

java.lang.Object
  extended by org.sonar.squidbridge.CommentAnalyser
      extended by org.sonar.javascript.EcmaScriptCommentAnalyser

public class EcmaScriptCommentAnalyser
extends org.sonar.squidbridge.CommentAnalyser


Constructor Summary
EcmaScriptCommentAnalyser()
           
 
Method Summary
 String getContents(String comment)
           
 boolean isBlank(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcmaScriptCommentAnalyser

public EcmaScriptCommentAnalyser()
Method Detail

isBlank

public boolean isBlank(String line)
Specified by:
isBlank in class org.sonar.squidbridge.CommentAnalyser

getContents

public String getContents(String comment)
Specified by:
getContents in class org.sonar.squidbridge.CommentAnalyser


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.