| Package | Description |
|---|---|
| org.sonar.duplications.detector.suffixtree |
| Modifier and Type | Method and Description |
|---|---|
Node |
Edge.getEndNode() |
Node |
Suffix.getOriginNode() |
Node |
SuffixTree.getRootNode() |
Node |
Edge.getStartNode() |
Node |
Node.getSuffixNode() |
Node |
Edge.splitEdge(Suffix suffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setSuffixNode(Node suffixNode) |
| Constructor and Description |
|---|
Edge(int beginIndex,
int endIndex,
Node startNode) |
Node(Node node,
Node suffixNode) |
Node(SuffixTree suffixTree,
Node suffixNode) |
Suffix(Node originNode,
int beginIndex,
int endIndex) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.