public abstract class Edge extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
category
the category of this node: either a String (grammar symbol) or a Literal.
|
ParseTreeNode[] |
children
for non-leaf nodes, the children of this node.
|
int |
end
the last character (of the document) spanned by this node
|
int |
start
the first character (of the document) spanned by this node
|
| Constructor and Description |
|---|
Edge() |
public Object category
public ParseTreeNode[] children
public int start
public int end
public ParseTreeNode[] getChildren()
Copyright © 2016 New York University. All rights reserved.