public class ParseNode
extends java.lang.Object
Constructor and Description |
---|
ParseNode(int startIndex,
int endIndex,
java.util.List<ParseNode> children,
Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParseNode> |
getChildren() |
int |
getEndIndex() |
Matcher |
getMatcher() |
int |
getStartIndex() |
Copyright © 2012 SonarSource. All Rights Reserved.