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