org.sonar.plugins.javascript.colorizer
Class HtmlCommentTokenizer

java.lang.Object
  extended by org.sonar.channel.Channel<org.sonar.colorizer.HtmlCodeBuilder>
      extended by org.sonar.colorizer.Tokenizer
          extended by org.sonar.colorizer.InlineDocTokenizer
              extended by org.sonar.plugins.javascript.colorizer.HtmlCommentTokenizer

public class HtmlCommentTokenizer
extends org.sonar.colorizer.InlineDocTokenizer


Constructor Summary
HtmlCommentTokenizer(String tagBefore, String tagAfter)
           
 
Method Summary
 
Methods inherited from class org.sonar.colorizer.InlineDocTokenizer
consume
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlCommentTokenizer

public HtmlCommentTokenizer(String tagBefore,
                            String tagAfter)


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