org.sonar.sslr.internal.vm
Class ErrorTreeNode

java.lang.Object
  extended by org.sonar.sslr.internal.vm.ErrorTreeNode

public class ErrorTreeNode
extends Object


Field Summary
 List<ErrorTreeNode> children
           
 MatcherPathElement pathElement
           
 
Constructor Summary
ErrorTreeNode()
           
 
Method Summary
static ErrorTreeNode buildTree(List<List<MatcherPathElement>> paths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pathElement

public MatcherPathElement pathElement

children

public List<ErrorTreeNode> children
Constructor Detail

ErrorTreeNode

public ErrorTreeNode()
Method Detail

buildTree

public static ErrorTreeNode buildTree(List<List<MatcherPathElement>> paths)


Copyright © 2009-2014 SonarSource. All Rights Reserved.