org.sonar.colorizer
Class CDocTokenizer

java.lang.Object
  extended by org.sonar.colorizer.Tokenizer
      extended by org.sonar.colorizer.InlineDocTokenizer
          extended by org.sonar.colorizer.CDocTokenizer

public class CDocTokenizer
extends InlineDocTokenizer


Field Summary
 
Fields inherited from class org.sonar.colorizer.Tokenizer
tagAfter, tagBefore
 
Constructor Summary
CDocTokenizer()
           
CDocTokenizer(String tagBefore, String tagAfter)
           
 
Method Summary
 
Methods inherited from class org.sonar.colorizer.InlineDocTokenizer
hasNextToken, nextToken
 
Methods inherited from class org.sonar.colorizer.Tokenizer
getTagAfter, getTagBefore, getTagBeginOfFile, getTagEndOfFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDocTokenizer

public CDocTokenizer(String tagBefore,
                     String tagAfter)

CDocTokenizer

public CDocTokenizer()


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.