| Package | Description |
|---|---|
| org.sonar.duplications.block | |
| org.sonar.duplications.statement |
Provides a basic framework to create list of statements from list of tokens.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
BlockChunker.chunk(String resourceId,
List<Statement> statements) |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
StatementChunker.chunk(TokenQueue tokenQueue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatementChannelDisptacher.consume(TokenQueue tokenQueue,
List<Statement> statements) |
boolean |
StatementChannel.consume(TokenQueue tokenQueue,
List<Statement> output) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.