@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| Block |
Represents part of source code between two lines.
|
| Block.Builder |
Instances can be reused - it is safe to call
Block.Builder.build()
multiple times to build multiple blocks in series. |
| BlockChunker |
Creates blocks from statements, each block will contain specified number of statements (
blockSize) and 64-bits (8-bytes) hash value. |
| ByteArray |
Represents hash for
Block. |
Copyright © 2009-2012 SonarSource. All Rights Reserved.