Package org.sonar.sslr.internal.matchers
Class ParseNode
java.lang.Object
org.sonar.sslr.internal.matchers.ParseNode
Node of a parse tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintBe aware that element of input with this index is not included into this node.int
-
Constructor Details
-
ParseNode
-
ParseNode
Leaf node.
-
-
Method Details
-
getStartIndex
public int getStartIndex() -
getEndIndex
public int getEndIndex()Be aware that element of input with this index is not included into this node. -
getChildren
-
getMatcher
-