org.sonar.duplications.statement
Class StatementChunker

java.lang.Object
  extended by org.sonar.duplications.statement.StatementChunker

public final class StatementChunker
extends Object


Nested Class Summary
static class StatementChunker.Builder
          Note that order is important, e.g.
 
Method Summary
static StatementChunker.Builder builder()
           
 List<Statement> chunk(TokenQueue tokenQueue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static StatementChunker.Builder builder()

chunk

public List<Statement> chunk(TokenQueue tokenQueue)


Copyright © 2009-2012 SonarSource. All Rights Reserved.