org.sonar.duplications.token
Class TokenChunker

java.lang.Object
  extended by org.sonar.duplications.token.TokenChunker

public final class TokenChunker
extends Object


Nested Class Summary
static class TokenChunker.Builder
          Note that order is important, e.g.
 
Method Summary
static TokenChunker.Builder builder()
           
 TokenQueue chunk(Reader reader)
           
 TokenQueue chunk(String sourceCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static TokenChunker.Builder builder()

chunk

public TokenQueue chunk(String sourceCode)

chunk

public TokenQueue chunk(Reader reader)


Copyright © 2009-2012 SonarSource. All Rights Reserved.