Uses of Class
org.sonar.duplications.token.TokenChunker.Builder

Packages that use TokenChunker.Builder
org.sonar.duplications.token Provides a basic framework to sequentially read any kind of character stream and create list of tokens. 
 

Uses of TokenChunker.Builder in org.sonar.duplications.token
 

Methods in org.sonar.duplications.token that return TokenChunker.Builder
static TokenChunker.Builder TokenChunker.builder()
           
 TokenChunker.Builder TokenChunker.Builder.ignore(String regularExpression)
          Defines that sequence of characters must be ignored, if it matches specified regular expression.
 TokenChunker.Builder TokenChunker.Builder.token(String regularExpression)
          Defines that sequence of characters, which is matched specified regular expression, is a token.
 TokenChunker.Builder TokenChunker.Builder.token(String regularExpression, String normalizationValue)
          Defines that sequence of characters, which is matched specified regular expression, is a token with specified value.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.