Uses of Class
org.sonar.duplications.statement.StatementChunker.Builder

Packages that use StatementChunker.Builder
org.sonar.duplications.statement Provides a basic framework to create list of statements from list of tokens. 
 

Uses of StatementChunker.Builder in org.sonar.duplications.statement
 

Methods in org.sonar.duplications.statement that return StatementChunker.Builder
static StatementChunker.Builder StatementChunker.builder()
           
 StatementChunker.Builder StatementChunker.Builder.ignore(TokenMatcher... matchers)
          Defines that sequence of tokens must be ignored, if it matches specified list of matchers.
 StatementChunker.Builder StatementChunker.Builder.statement(TokenMatcher... matchers)
          Defines that sequence of tokens, which is matched specified list of matchers, is a statement.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.