Package org.sonar.sslr.internal.matchers
Class ParseNode
- java.lang.Object
-
- org.sonar.sslr.internal.matchers.ParseNode
-
public class ParseNode extends Object
Node of a parse tree.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParseNode>getChildren()intgetEndIndex()Be aware that element of input with this index is not included into this node.MatchergetMatcher()intgetStartIndex()
-