|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Node<V>
Represents a node in the parse tree created during a parsing run.
| Method Summary | |
|---|---|
int |
getEndIndex()
Returns the end index of this nodes text in the underlying input buffer, i.e. |
java.lang.String |
getLabel()
Returns the label of this node which is equal to the name of the rule that created this node |
Matcher |
getMatcher()
Returns the matcher that created this node. |
int |
getStartIndex()
Returns the start index of this nodes text in the underlying input buffer. |
V |
getValue()
Returns the value object attached to this node. |
boolean |
hasError()
|
| Methods inherited from interface org.parboiled.trees.TreeNode |
|---|
getParent |
| Methods inherited from interface org.parboiled.trees.GraphNode |
|---|
getChildren |
| Method Detail |
|---|
Matcher getMatcher()
java.lang.String getLabel()
int getStartIndex()
int getEndIndex()
V getValue()
boolean hasError()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||