public class ErrorTreeNode extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ErrorTreeNode> |
children |
MatcherPathElement |
pathElement |
| Constructor and Description |
|---|
ErrorTreeNode() |
public MatcherPathElement pathElement
public List<ErrorTreeNode> children
public static ErrorTreeNode buildTree(List<List<MatcherPathElement>> paths)
Copyright © 2009–2015 SonarSource. All rights reserved.